@font-face {
    font-family: 'roboto_light';
    src: url('/fonts/Roboto-Light.woff?v=001') format('woff'), url('/fonts/Roboto-Light.ttf?v=001') format('truetype');
}

@font-face {
    font-family: 'roboto_regular';
    src: url('/fonts/Roboto-Regular.woff?v=001') format('woff'), url('/fonts/Roboto-Regular.ttf?v=001') format('truetype');
}

@font-face {
    font-family: 'roboto_medium';
    src: url('/fonts/Roboto-Medium.woff?v=001') format('woff'), url('/fonts/Roboto-Medium.ttf?v=001') format('truetype');
}

@font-face {
    font-family: 'roboto_bold';
    src: url('/fonts/Roboto-Bold.woff?v=001') format('woff'), url('/fonts/Roboto-Bold.ttf?v=001') format('truetype');
}

@font-face {
    font-family: 'montserrat_light';
    src: url('/fonts/montserrat-light.woff?v=001') format('woff'), url('/fonts/montserrat-light.ttf?v=001') format('truetype');
}

@font-face {
    font-family: 'montserrat_semibold';
    src: url('/fonts/montserrat-semibold.woff?v=001') format('woff'), url('/fonts/montserrat-semibold.ttf?v=001') format('truetype');
}

/*@font-face {
    font-family: 'proxima_nova';
    src: url('/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/fonts/proximanova-regular-webfont.ttf') format('truetype');
}*/

html,
body {
    height: 100%;
    min-height: 100%
}

    body > table:first-of-type > tbody > tr:first-child {
        height: 65px;
        vertical-align: top;
    }

    body > table:first-of-type > tbody > tr:last-child > td:first-child {
        vertical-align: top;
    }

    body > table:first-of-type {
        min-height: -webkit-calc(100vh - 66px);
        min-height: -moz-calc(100vh - 66px);
        min-height: calc(100vh - 66px);
    }

body {
    margin: 0px;
    font-family: 'montserrat_light', Arial, Helvetica, sans-serif;
    color: #393939;
    line-height: 1.2;
    font-size: small;
    text-decoration: none;
    background: var(--iphoneseattle-body-bg) repeat-x top #f1f1f1;
    background-position-y: -8px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* css only for IE10 + */
    body 
    {
        background: url(../images/re-head.png) repeat-x top #f1f1f1;
    }

}

h1, h2, h3, b, strong {
    font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
}

h3 {
    font-size: small;
    color: #555;
}

p {
    text-indent: 0pt;
    line-height: 1.5em;
}

a {
    color: #0079C1;
    outline: none;
}

    a:visited {
        color: #0079C1;
        outline: none;
    }

    a:hover {
        color: #015486;
    }

    a > div:hover {
        color: #015486;
    }

label {
    vertical-align: middle
}

input:focus, input:active, textarea:focus, button:focus {
    outline: none;
}

.global-layout.sc-full {
    width: 100%
}

    .global-layout.sc-full .minglehead {
        width: auto;
        float: right;
        padding-right: 0
    }

    .global-layout.sc-full .headeritem {
        padding: 0 4px;
    }

    .global-layout.sc-full .tablemingleheader-right .minglehead .child3 {
        width: 120px;
    }

    .global-layout.sc-full .tablemingleheader-right .minglehead .child5 {
        width: 78px;
    }

    .global-layout.sc-full .headeritem a {
        font-size: 11px;
    }

    .global-layout.sc-full .footermenu {
        max-width: 1080px
    }

        .global-layout.sc-full .footermenu tr td {
            width: 20%
        }

    .global-layout.sc-full .footer-content .container {
        width: 100%
    }
/*
    .global-layout .tablemingleheader-right .minglehead {
        padding-right: 0
    }
    .global-layout .header-submenu.active .minglemenu-container {
        left: 1px;
    }*/
.sc-header-container {
    width: 990px;
    margin: 0 auto;
}

.sc-header-minglemenu {
    width: 920px;
    padding-right: 70px;
    margin: 0 auto;
}

.sc-page-leftside {
    width: 908px !important;
}

.sc-side-menu {
    width: 70px !important;
}

.sc-full .page-header {
    position: relative;
    background: url(/images/slide-bk05.jpg) center #3C3B39;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

    .sc-full .page-header h1 {
        /*font-family: 'Helvetica Neue Light',HelveticaNeue-Light,'Helvetica Neue',Helvetica,Arial,sans-serif;*/
        font-weight: 100;
        padding: 60px 0 10px;
        font-size: 27px;
        margin: 0;
        color: #fff
    }

    .sc-full .page-header .sidemenu-top-height {
        display: none
    }

.page-header .tabs-table {
    margin-left: 0px;
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 7
}

    .page-header .tabs-table tr td {
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

        .page-header .tabs-table tr td:hover {
            -ms-filter: "alpha(opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
            -khtml-opacity: 1;
            -moz-opacity: 1;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

.page-header .sc-global-tab {
    min-width: auto;
    -webkit-animation-name: fadeInTab;
    -moz-animation-name: fadeInTab;
      -o-animation-name: fadeInTab;
         animation-name: fadeInTab;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
      -o-animation-duration: 0.6s;
         animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
         animation-fill-mode: both;
    -moz-animation-delay: 0.8s;
      -o-animation-delay: 0.8s;
         animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    float: left
}

    .page-header .sc-global-tab:nth-child(2) {
        -moz-animation-delay: 0.9s;
          -o-animation-delay: 0.9s;
             animation-delay: 0.9s;
        -webkit-animation-delay: 0.9s;
    }

    .page-header .sc-global-tab:nth-child(3) {
        -moz-animation-delay: 1s;
          -o-animation-delay: 1s;
             animation-delay: 1s;
        -webkit-animation-delay: 1s;
    }

    .page-header .sc-global-tab:nth-child(4) {
        -moz-animation-delay: 1.1s;
          -o-animation-delay: 1.1s;
             animation-delay: 1.1s;
        -webkit-animation-delay: 1.1s;
    }

    .page-header .sc-global-tab:nth-child(5) {
        -moz-animation-delay: 1.2s;
          -o-animation-delay: 1.2s;
             animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
    }

    .page-header .sc-global-tab .sc-global-tab-container {
        margin: 2px 0 0px 9px;
        background: transparent;
        border: solid 0px #fff;
    }

        .page-header .sc-global-tab .sc-global-tab-container:hover {
            -ms-filter: "alpha(opacity=80)";
            filter: alpha(opacity=80);
            -khtml-opacity: .8;
            -moz-opacity: .8;
            opacity: .8;
            /*background: rgba(255,255,255,.2)*/
        }

    .page-header .sc-global-tab .sc-global-tab-title {
        bottom: 0
    }

    .page-header .sc-global-tab .sc-global-tab-container .sc-global-tab-title {
        color: #fff;
    }

    .page-header .sc-global-tab .sc-global-tab-active .sc-global-tab-title {
        color: #47b44b;
    }

/*** Animate Tabs ***/
@-webkit-keyframes fadeInTab {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInTab {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -moz-transform: translateY(40px);
             transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
             transform: translateY(0);
    }
}

@-o-keyframes fadeInTab {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
           transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
           transform: translateY(0);
    }
}

@keyframes fadeInTab {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -moz-transform: translateY(40px);
          -o-transform: translateY(40px);
             transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
          -o-transform: translateY(0);
             transform: translateY(0);
    }
}

@media (min-width: 1180px) {
    .global-layout.sc-full .container, .footer-content {
        width: 1080px
    }
}

@media (max-width: 980px) {
    .global-layout.sc-full .container{
        width: 98%;
    }
}

.global-layout.sc-full .minglebody {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-top: 0;
    margin-top: 0
}

.global-layout.sc-full .header-submenu.active .minglemenu-container {
    right: 0
}

.errortext {
    color: Red;
}

.atxtarea {
    border: solid 1px #cfd4df;
}

.base-color {
    color: #47b44b !important;
}

.languageItemActive {
    font-size: 0.8em;
    float: left;
    text-decoration: none;
    color: #999;
    padding-right: 3px;
}

.languageItemInactive {
    font-size: 0.8em;
    float: left;
    text-decoration: none;
    color: #999;
    padding-right: 3px;
}

    .languageItemInactive a {
        text-decoration: none !important;
        color: #999 !important;
        cursor: pointer;
    }

        .languageItemInactive a:hover {
            text-decoration: none !important;
            color: #333 !important;
            cursor: pointer;
        }

.languageItemActive a {
    text-decoration: none !important;
    color: #06C !important;
    cursor: default !important;
}

    .languageItemActive a:hover {
        text-decoration: none !important;
        color: #06C !important;
        cursor: default !important;
    }

.invoiceheader {
    background-color: #47b44b;
}

.whiteblackbutton {
    background-color: #d3d9dd;
    border: 1px solid #d3d9dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #333 !important;
    padding: 7px 25px;
    text-align: center;
    font-size: 12px !important;
    font-family: 'montserrat_semibold',Arial,Helvetica,sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearence: none;
}

    .whiteblackbutton:hover {
        opacity: .85;
        -ms-filter: ï¿½alpha(opacity=85)ï¿½;
        filter: alpha(opacity=85);
        -khtml-opacity: .85;
        -moz-opacity: .85;
        cursor: pointer;
    }

    .whiteblackbutton:active {
        border: 1px solid #bdc4c9;
        Background: #bdc4c9;
    }

    .whiteblackbutton:disabled {
        opacity: .45;
        -ms-filter: ï¿½alpha(opacity=45)ï¿½;
        filter: alpha(opacity=45);
        -khtml-opacity: .45;
        -moz-opacity: .45;
        cursor: default;
    }

.whiteblackspan {
    background-color: #d3d9dd;
    border: 1px solid #d3d9dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #333 !important;
    padding: 7px 12px !important;
    text-align: center;
    font-size: 12px !important;
    font-family: Arial,Helvetica,sans-serif !important;
    text-transform: uppercase;
    border-bottom-color: #c6c9cc;
}

    .whiteblackspan:hover {
        opacity: .85;
        -ms-filter: ï¿½alpha(opacity=85)ï¿½;
        filter: alpha(opacity=85);
        -khtml-opacity: .85;
        -moz-opacity: .85;
        cursor: pointer;
    }

.paypalsignup {
    background: var(--iphoneseattle-paypal-signup) no-repeat top center;
    -webkit-background-size: 182px 32px;
    -moz-background-size: 182px 32px;
    -o-background-size: 182px 32px;
    background-size: 182px 32px!important;
    width: 182px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    border: solid 0px #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* css only for IE10 + */
    .paypalsignup {
        background: url(../images/checkout-paypal.png) no-repeat top center;
    }
}

.greenbutton {
    background-color: #47b44b;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px #47b44b;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    color: white !important;
    padding: 7px 30px !important;
    text-align: center;
    font-size: 12px !important;
    font-family: 'montserrat_semibold', Arial,Helvetica,sans-serif !important;
    text-decoration: none;
    text-transform: uppercase;
    margin: 2px 0;
    border-bottom-color: #47b44b;
}

    .greenbutton:hover {
        opacity: .85;
        -ms-filter: ï¿½alpha(opacity=85)ï¿½;
        filter: alpha(opacity=85);
        -khtml-opacity: .85;
        -moz-opacity: .85;
        cursor: pointer;
        background: #47b44b !important;
    }

    .greenbutton:active {
        border: 1px solid #6a9b00;
        background: #6a9b00;
    }

.deletebutton {
    background: #EB2629 !important;
    border-color: #EB2629 !important;
    color: #fff !important;
}

.disabled {
    opacity: .55 !important;
    -ms-filter: ï¿½alpha(opacity=55)ï¿½ !important;
    filter: alpha(opacity=55) !important;
    -khtml-opacity: .55 !important;
    -moz-opacity: .55 !important;
    cursor: default !important;
    color: #999 !important;
    background: #d3d9dd !important;
}

    .disabled:active {
        opacity: .55 !important;
        -ms-filter: ï¿½alpha(opacity=55)ï¿½ !important;
        filter: alpha(opacity=55) !important;
        -khtml-opacity: .55 !important;
        -moz-opacity: .55 !important;
        cursor: default !important;
        color: #999 !important;
        background: #d3d9dd !important;
    }

    .disabled:focus {
        opacity: .55 !important;
        -ms-filter: ï¿½alpha(opacity=55)ï¿½ !important;
        filter: alpha(opacity=55) !important;
        -khtml-opacity: .55 !important;
        -moz-opacity: .55 !important;
        cursor: default !important;
        color: #999 !important;
        background: #d3d9dd !important;
    }

.greydisabledbutton[disabled] {
    background-color: #696969;
    background: -webkit-gradient(linear, left top, left bottom, from(#696969), to(#828282));
    background: -webkit-linear-gradient(top, #696969, #828282);
    background: -moz-linear-gradient(top, #696969, #828282);
    background: -o-linear-gradient(top, #696969, #828282);
    background: linear-gradient(top, #696969, #828282);
    border: 1px solid #DCDCDC !important;
    border-bottom: 1px solid #828282;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    box-shadow: inset 0 1px 0 0 #828282;
    -webkit-box-shadow: 0 1px 0 0 #828282 inset;
    -moz-box-shadow: 0 1px 0 0 #828282 inset;
    -ms-box-shadow: 0 1px 0 0 #828282 inset;
    -o-box-shadow: 0 1px 0 0 #828282 inset;
    color: white !important;
    font-weight: bold;
    padding: 5px 48px !important;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
    font-size: 12px !important;
    opacity: .99;
    font-family: Arial,Helvetica,sans-serif !important;
}

.inversegreenbutton {
    background: url(../images/greenbutton2.png) no-repeat top left;
    width: 130px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    border: solid 0px #fff;
}

    .inversegreenbutton:hover {
        color: #ffffff;
        background: url(../images/greenbutton1.png) no-repeat top left;
        width: 125px;
        height: 25px;
        cursor: pointer;
        text-align: center;
        font-size: 10pt;
        font-weight: bold;
        border: solid 0px #fff;
    }

.submissionbuttonapple {
    background: #47b44b;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-size: 18px;
    padding: 15px 28px;
    color: white;
    margin: 0px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
    width: 100%;
}

    .submissionbuttonapple:hover {
        opacity: .85;
        filter: alpha(opacity=85);
        -khtml-opacity: .85;
        -moz-opacity: .85;
        cursor: pointer;
        background: #47b44b !important;
    }

.submissionbuttonandroid {
    background: #47b44b;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-size: 18px;
    padding: 15px 28px;
    color: white;
    margin: 5px 0px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .submissionbuttonandroid:hover {
        opacity: .85;
        filter: alpha(opacity=85);
        -khtml-opacity: .85;
        -moz-opacity: .85;
        cursor: pointer;
        background: #47b44b !important;
    }

.submissionbuttonwebapp, .unpublisgbuttonwebapp {
    background: #47b44b !important;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-size: 18px;
    padding: 15px 28px;
    color: white;
    margin: 5px 0px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
}

    .submissionbuttonwebapp:hover, .unpublisgbuttonwebapp:hover {
        opacity: .85;
        filter: alpha(opacity=85);
        -khtml-opacity: .85;
        -moz-opacity: .85;
        cursor: pointer;
        background: #47b44b !important;
    }

.longgreenbutton {
    background: url(../images/greenbutton3.png) no-repeat top left;
    width: 165px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    border: solid 0px #fff;
}

    .longgreenbutton:hover {
        color: #ffffff;
        background: url(../images/greenbutton4.png) no-repeat top left;
        width: 165px;
        height: 25px;
        cursor: pointer;
        text-align: center;
        font-size: 10pt;
        font-weight: bold;
        border: solid 0px #fff;
    }

.whiteredbutton {
    background: url(../images/whitebutton100x60.png) no-repeat top left;
    width: 100px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #595959;
    font-size: 10pt;
    border: solid 0px #fff;
}

    .whiteredbutton:hover {
        color: #ffffff;
        background: url(../images/redbutton100x60.png) no-repeat top left;
        width: 100px;
        height: 60px;
        cursor: pointer;
        text-align: center;
        font-size: 10pt;
        border: solid 0px #fff;
    }

.closebutton {
    background: url(../images/delete.gif) no-repeat center;
    width: 14px;
    height: 14px;
    cursor: pointer;
    text-align: center;
    border: solid 0px #fff;
    padding-right: 10px;
}

    .closebutton:hover {
        color: #3b5998;
        background: url(../images/delete-hover.png) no-repeat center;
        width: 14px;
        height: 14px;
        cursor: pointer;
        border: solid 0px #fff;
    }

.roundbutton {
    background-color: #d3d9dd;
    border: 1px solid #d3d9dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #333;
    padding: 7px 12px;
    text-align: center;
    font-size: 12px !important;
    font-family: 'montserrat_semibold', Arial,Helvetica,sans-serif !important;
    text-transform: uppercase;
}

    .roundbutton:hover {
        opacity: .85;
        -ms-filter: ï¿½alpha(opacity=85)ï¿½;
        filter: alpha(opacity=85);
        -khtml-opacity: .85;
        -moz-opacity: .85;
        cursor: pointer;
    }

    .roundbutton:active {
        border: 1px solid #bdc4c9;
        background: #bdc4c9;
    }

.longroundbutton {
    background-color: #d3d9dd;
    border: 1px solid #d3d9dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #333;
    padding: 7px 12px;
    text-align: center;
    font-size: 12px !important;
    font-family: Arial,Helvetica,sans-serif !important;
    text-transform: uppercase;
}

    .longroundbutton:hover {
        opacity: .85;
        -ms-filter: ï¿½alpha(opacity=85)ï¿½;
        filter: alpha(opacity=85);
        -khtml-opacity: .85;
        -moz-opacity: .85;
        cursor: pointer;
    }

    .longroundbutton:active {
        border: 1px solid #bdc4c9;
        background: #bdc4c9;
    }

.verylongroundbutton {
    background-color: #d3d9dd;
    border: 1px solid #d3d9dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #333 !important;
    padding: 7px 12px;
    text-align: center;
    font-size: 12px !important;
    font-family: 'montserrat_semibold', Arial,Helvetica,sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
}

    .verylongroundbutton:hover {
        opacity: .85;
        -ms-filter: ï¿½alpha(opacity=85)ï¿½;
        filter: alpha(opacity=85);
        -khtml-opacity: .85;
        -moz-opacity: .85;
        cursor: pointer;
    }

    .verylongroundbutton:active {
        border: 1px solid #bdc4c9;
        background: #bdc4c9;
    }

.button {
    width: 80px;
    height: 20px;
    cursor: pointer;
    border: solid 1px #cfd4df;
    padding-bottom: 1px;
    text-align: center;
    color: #ffffff;
    font-size: 8pt;
    background-color: #787878
}

.lightbutton {
    width: 90px;
    height: 18px;
    cursor: pointer;
    border: solid 1px #a8a8a8;
    padding: 1px;
    text-align: center;
    color: #ffffff;
    font-size: xx-small;
    background-color: #c8c8c8
}

.iselector-header {
    background: #fff;
    border-top: solid 4px #47b44b;
}

.padding-zero #tablemingleheader .minglehead {
    padding: 0;
}

#tablemingleheader {
    border-spacing: 0;
    padding-top: 5px;
    width: 100%;
    border-collapse: initial;
}

.tablemingleheader-left {
    width: 240px;
}

    .tablemingleheader-left .logo {
        cursor: pointer;
        width: 210px;
    }

.tablemingleheader-right {
    width: 720px;
    height: 50px;
    padding: 0;
    text-align: right;
    vertical-align: top;
}

    .tablemingleheader-right .mobile-nav-btn,
    .tablemingleheader-right .mobile-nav-phone {
        display: none;
    }

    .tablemingleheader-right .minglehead {
        /*width: 100%;*/
        text-align: center;
        color: #ffffff;
        font-size: x-small;
        float: right;
        height: 60px;
        border-spacing: 0;
        padding-right: 70px;
        /*margin-bottom:4px;*/
    }

        .tablemingleheader-right .minglehead .cartitem {
            padding-bottom: 17px;
            text-align: center;
            padding-right: 10px;
        }

            .tablemingleheader-right .minglehead .cartitem.smallwidth {
                width: 30px;
            }

        .tablemingleheader-right .minglehead .child1,
        .tablemingleheader-right .minglehead .child2 {
            width: 110px;
        }

        .tablemingleheader-right .minglehead .child3 {
            width: 115px;
        }

        .tablemingleheader-right .minglehead .child4 {
            width: 62px;
        }

        .tablemingleheader-right .minglehead .child5 {
            width: 68px;
        }

            .tablemingleheader-right .minglehead .child5 a img {
                height: 11px;
                width: 11px;
                margin: -1px 0px 0 0;
                display: inline-block
            }

        .tablemingleheader-right .minglehead .child6 {
            width: 60px;
        }

        .tablemingleheader-right .minglehead .child7 {
            width: 58px;
        }

        .tablemingleheader-right .minglehead .child8 {
            width: 61px;
        }

            .tablemingleheader-right .minglehead .child8 a {
                background: #47b44b;
                color: #fff;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                padding: 6px;
                margin: 5px 0 5px 2px;
            }

                .tablemingleheader-right .minglehead .child8 a:hover {
                    opacity: 0.8
                }

        .tablemingleheader-right .minglehead .child9 {
            width: 20px;
        }

            .tablemingleheader-right .minglehead .child9 .submenuarrow {
                height: 20px;
                width: 20px;
                margin: 10px 0;
            }

                .tablemingleheader-right .minglehead .child9 .submenuarrow .p-left,
                .tablemingleheader-right .minglehead .child9 .submenuarrow .p-right {
                    width: 7px;
                    height: 2px;
                    background: #333;
                    position: absolute;
                    margin: auto;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    -webkit-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                .tablemingleheader-right .minglehead .child9 .submenuarrow .p-left {
                    float: left;
                    left: -4px;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .tablemingleheader-right .minglehead .child9 .submenuarrow .p-right {
                    float: right;
                    right: -4px;
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

                .tablemingleheader-right .minglehead .child9 .submenuarrow.active .p-left {
                    float: left;
                    left: -4px;
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

                .tablemingleheader-right .minglehead .child9 .submenuarrow.active .p-right {
                    float: right;
                    right: -4px;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

.minglehead.active {
    background: #fff;
    display: block;
    position: absolute;
    top: 72px;
    right: 0;
    padding: 0;
    width: 50% !Important;
    height: auto !Important;
    z-index: 9;
    -moz-box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
}

    .minglehead.active * {
        display: block;
    }

    .minglehead.active .cartitem,
    .minglehead.active .headeritem.child9 {
        display: none;
    }

    .minglehead.active .headeritem {
        display: block;
        width: 96% !important;
        height: 50px;
        text-align: left;
    }

        .minglehead.active .headeritem a {
            border-bottom: solid 1px #ddd;
            width: 98%;
            padding: 18px 10px;
            font-size: 12px;
        }

        .minglehead.active .headeritem.child8 a {
            border: none !important;
            padding: 14px !important;
        }

.minglemenu-container {
    display: none;
    -webkit-animation-name: fadeOutDropdown;
    -moz-animation-name: fadeOutDropdown;
      -o-animation-name: fadeOutDropdown;
         animation-name: fadeOutDropdown;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
      -o-animation-duration: 0.25s;
         animation-duration: 0.25s;
}

.header-submenu.active {
    display: block;
    position: relative;
    z-index: 1001;
    margin: 0px -1px 0 0;
}

    .header-submenu.active .container {
        width: 100%
    }

    .header-submenu.active .minglemenu-container {
        width: 170px;
        display: table;
        position: absolute;
        top: 0px;
        right: 2px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: 0px 0 4px rgba(0,0,0,.15);
        -moz-box-shadow: 0px 0 4px rgba(0,0,0,.15);
        box-shadow: 0px 0 4px rgba(0,0,0,.15);
        -webkit-animation-name: fadeInDropdown;
        -moz-animation-name: fadeInDropdown;
          -o-animation-name: fadeInDropdown;
             animation-name: fadeInDropdown;
        -webkit-animation-duration: 0.25s;
        -moz-animation-duration: 0.25s;
          -o-animation-duration: 0.25s;
             animation-duration: 0.25s;
    }

    .header-submenu.active .submenuitem {
        display: block;
        border: none;
        border-bottom: solid 1px rgba(235,235,235,.9);
        text-align: left;
        background: rgba(255,255,255,1);
        margin: 0;
        padding: 0;
        font-family: 'montserrat_semibold', Helvetica, Arial, sans-serif;
    }

        .header-submenu.active .submenuitem:last-child {
            border: none;
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .header-submenu.active .submenuitem img {
            float: left;
            padding: 14px 10px 0 15px;
            max-width: 16px;
        }

        .header-submenu.active .submenuitem a {
            display: block;
            padding: 13px;
        }

        .header-submenu.active .submenuitem:last-child a {
            background: rgba(245,245,245,.9);
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

.header-submenu .submenuitem.home {
    display: none;
}

.header-submenu.active .submenuitem.online img {
    height: 12px;
    margin: 0px -1px 0 -1px;
}

.header-submenu.active .submenuitem.comm img {
    height: 12px;
    margin: 0px -3px 0 -3px;
}

.header-submenu.active .submenuitem.contact img {
    height: 11px;
    margin: 0px 1px 0 0px;
}

.header-submenu.active .submenuitem.profile img.profile-thumb-img {
    height: 18px;
    width: 18px;
    max-width: 18px;
    padding: 0;
    margin: -3px 6px 0 -2px;
}

.header-submenu.active .submenuitem.profile span.username {
    font-weight: bold;
    font-size: 11px;
    color: #47b44b; /*#0c6*/
}

.submenuitem {
    display: inline-block;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    border-right: solid 1px #aaa;
}

    .submenuitem img {
        vertical-align: top;
    }

    .submenuitem:last-child {
        border: none;
    }

    .submenuitem.shop img {
        width: 13px;
        height: 13px;
        cursor: pointer;
        margin: -1px 0px 0 0
    }

    .submenuitem.home img {
        width: 10px;
        height: 10px;
        margin: 0px 0 0 0;
    }

    .submenuitem.online img {
        height: 12px;
        margin: 0px 0 0 0;
    }

    .submenuitem.comm img {
        height: 12px;
        margin: 0px 0 0 0;
    }

    .submenuitem.contact img {
        height: 11px;
        margin: 1px 0px 0 0;
    }

    .submenuitem.profile img {
        height: 11px;
        width: 11px;
        margin: 1px -1px 0 0;
    }

    .submenuitem:last-child {
        margin: 0;
        padding: 0;
    }

.submenuarrow {
    float: right;
    position: relative;
    top: 3px;
    z-index: 1001;
}

    .submenuarrow:hover {
        background: rgba(0,0,0,.1);
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .submenuarrow.active {
        background: rgba(255,255,255,.9);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
/*** Animate Header Dropdown ***/
@-webkit-keyframes fadeInDropdown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDropdown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -moz-transform: translateY(40px);
             transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
             transform: translateY(0);
    }
}

@-o-keyframes fadeInDropdown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
           transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
           transform: translateY(0);
    }
}

@keyframes fadeInDropdown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -moz-transform: translateY(40px);
          -o-transform: translateY(40px);
             transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
          -o-transform: translateY(0);
             transform: translateY(0);
    }
}

@-webkit-keyframes fadeOutDropdown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeOutDropdown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
             transform: translateY(-40px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
             transform: translateY(0);
    }
}

@-o-keyframes fadeOutDropdown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
           transform: translateY(-40px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
           transform: translateY(0);
    }
}

@keyframes fadeOutDropdown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
          -o-transform: translateY(-40px);
             transform: translateY(-40px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
          -o-transform: translateY(0);
             transform: translateY(0);
    }
}

.mingleheader, .mingleheaderiPhone, .mingleheaderAndroid, .mingleheaderiPad, .mingleheaderKindle {
    width: 915px;
}

.mingleheaderiPad {
    width: 1253px !important;
}

.mingleheaderKindle {
    width: 1170px !important;
}

.minglebody, .minglebodyiPhone, .minglebodyAndroid, .minglebodyiPad, .minglebodyKindle {
    background: #fff;
    padding: 1px 20px 20px 20px;
    min-height: 308px;
    width: 878px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
            box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.minglebodyiPad {
    width: 1288px;
}

.minglebodyKindle {
    width: 1220px;
}

.minglebodylandscape, .minglebodylandscapeiPhone, .minglebodylandscapeAndroid, .minglebodylandscapeiPad, .minglebodylandscapeKindle {
    border-top: solid 1px #bbb;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 308px;
    width: 1078px;
    -webkit-box-shadow: 0px 10px 10px #888888;
       -moz-box-shadow: 0px 10px 10px #888888;
            box-shadow: 0px 10px 10px #888888;
}

.minglebodylandscapeiPad {
    width: 1288px;
}

.minglebodylandscapeKindle {
    width: 1220px;
}

.minglefooter, .minglefooteriPhone, .minglefooterAndroid, .minglefooteriPad, .minglefooterKindle {
    min-width: 838px;
    color: #777;
    font-size: x-small;
    width: 878px;
}

.minglefooteriPad {
    width: 1288px;
}

.minglefooterKindle {
    width: 1220px;
}

.minglefooter-top-height {
    height: 40px;
}

.footertitle {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
    color: #666;
    padding-bottom: 12px;
    font-family: 'montserrat_semibold', Helvetica, Arial, sans-serif;
}

.footermenu {
    width: 100%;
    max-width: 906px;
    margin: 0 auto
}

    .footermenu .minglefootericons {
        width: 100%;
        padding: 30px 0 40px;
    }

    .footermenu ul {
        font-size: 12px;
        line-height: 16px;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

.linkcontainer a {
    color: #777;
    text-decoration: none;
}

    .linkcontainer a:hover {
        color: #3b5998;
        text-decoration: underline;
    }

.footermenu a {
    color: #777;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
}

    .footermenu a:hover {
        color: #3b5998;
        text-decoration: underline;
    }

.footerband {
    background-color: #aaa;
    height: 30px;
}

.headeritem {
    width: 80px;
    height: 14px;
    cursor: pointer;
    padding: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'montserrat_semibold', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: x-small;
    vertical-align: bottom;
    overflow: hidden;
    border-right: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

    .headeritem:hover {
        width: 80px;
        height: 14px;
        cursor: pointer;
        padding: 1px;
        color: #fff;
    }

    .headeritem a {
        color: #333;
        font-weight: normal;
        font-size: 10px;
        text-decoration: none;
        padding: 10px 2px;
        display: block
    }

    .headeritem:hover a {
        color: #47b44b; /*#0c6;*/
        text-decoration: none;
        padding: 10px 2px;
    }

.callorcontactus {
    color: #d5d5d5;
    text-decoration: none;
}

    .callorcontactus:hover {
        color: #d5d5d5;
        text-decoration: underline;
    }

.cartitem {
    width: 90px;
    text-align: left;
}

    .cartitem a {
        color: #ffffff;
        font-size: 11px;
        text-decoration: underline;
    }

.minglemenu {
    width: 748px;
    z-index: 1001;
    overflow: visible;
}

.menuitem {
    color: #989898;
    background-color: #f8f8f8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    padding: 3px;
    cursor: pointer;
    width: 60px;
    height: 48px;
    text-align: center;
    z-index: 2002;
}

    .menuitem a {
        color: #989898;
        background-color: #f8f8f8;
        font-family: Arial,Helvetica,sans-serif;
        font-size: small;
        font-weight: bold;
        text-decoration: none;
    }

.selectedmenuitem {
    color: #404040;
    background-color: #eeeeee;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    padding: 3px;
    cursor: pointer;
    width: 60px;
    height: 48px;
    text-align: center;
    z-index: 2002;
}

    .selectedmenuitem a {
        color: #404040;
        background-color: #eeeeee;
        font-size: small;
        font-weight: bold;
        text-decoration: none;
    }

.highlightedmenuitem {
    color: #404040;
    background-color: #e1e1e1;
    font-size: small;
    font-weight: bold;
    padding: 3px;
    cursor: pointer;
    width: 60px;
    height: 48px;
    text-align: center;
    z-index: 2002;
}

    .highlightedmenuitem a {
        color: #404040;
        background-color: #e1e1e1;
        font-size: small;
        font-weight: bold;
        text-decoration: none;
    }

.subitem {
    color: #ffffff;
    background-color: #6d84b4;
    font-size: 8pt;
    padding: 3px;
    cursor: pointer;
    width: 60px;
    height: 14px;
    text-align: center;
    border-top: solid 1px #6d84b4;
    border-bottom: solid 1px #6d84b4;
}

.highlightedsubitem {
    color: #ffffff;
    background-color: #7d94c4;
    font-size: 8pt;
    text-decoration: underline;
    padding: 3px;
    cursor: pointer;
    width: 60px;
    height: 14px;
    text-align: center;
    border-top: solid 1px #6d84b4;
    border-bottom: solid 1px #6d84b4;
}

.selectedsubitem {
    color: #ffffff;
    background-color: #6d84b4;
    font-size: 8pt;
    font-weight: bold;
    padding: 3px;
    cursor: pointer;
    width: 60px;
    height: 14px;
    text-align: center;
    border-top: solid 1px #6d84b4;
    border-bottom: solid 1px #6d84b4;
}

.leftmenuitem {
    font-size: 10pt;
    color: #ffffff;
    background-color: #777777;
    height: 22px;
    padding: 2px;
}

    .leftmenuitem a {
        color: #ffffff;
        text-decoration: none;
    }

        .leftmenuitem a:hover {
            color: #ffffff;
            text-decoration: none;
        }

.lefthovermenuitem a {
    color: #ffffff;
    text-decoration: none;
}

.lefthovermenuitem {
    font-size: 10pt;
    color: #ffffff;
    background-color: #999999;
    height: 22px;
    padding: 2px;
}

.leftselectedmenuitem a {
    color: #777777;
    text-decoration: none;
}

.leftselectedmenuitem {
    border-top: solid 1px #333;
    border-left: solid 1px #333;
    border-bottom: solid 1px #333;
    font-size: 10pt;
    color: #777777;
    background-color: #ffffff;
    height: 22px;
    padding: 2px;
}

.ticker500 {
    margin: 0 auto; /* center for now */
    width: 17em; /* ems so it will grow */
    background: url(../images/ticker500_top_grey.gif) no-repeat top left;
    font-size: 100%;
    padding-top: 5px;
}

.ticker500body {
    background: url(../images/ticker500_btm_grey.gif) no-repeat bottom left;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #787878;
}

.ticker550 {
    margin: 0 auto; /* center for now */
    width: 17em; /* ems so it will grow */
    background: url(../images/ticker550_top_grey.gif) no-repeat top left;
    font-size: 100%;
    padding-top: 5px;
}

.ticker550body {
    background: url(../images/ticker550_btm_grey.gif) no-repeat bottom left;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #787878;
}

.ticker600 {
    margin: 0 auto; /* center for now */
    width: 17em; /* ems so it will grow */
    background: url(../images/ticker600_top_grey.gif) no-repeat top left;
    font-size: 100%;
    padding-top: 5px;
}

.ticker600body {
    background: url(../images/ticker600_btm_grey.gif) no-repeat bottom left;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #787878;
}

.ticker700 {
    margin: 0 auto;
}

.ticker700body {
    color: #787878;
}

    .ticker700body > div .navlinks:first-child {
        width: auto;
    }

    .ticker700body > div .navlinks:last-child {
        width: auto;
    }

    .ticker700body > div .navlinksD {
        width: auto;
    }

        .ticker700body > div .navlinksD:last-child {
            width: auto;
        }

.navlinks {
    color: #3b5998;
    padding: 8px 0;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-bottom: solid 3px transparent;
    cursor: pointer;
    display: inline-block;
}

    .navlinks:hover {
        color: #3b5998;
        padding: 8px 0px;
        width: 30px;
        text-align: center;
        text-decoration: none;
        border-bottom: solid 3px #ddd;
        cursor: pointer;
        display: inline-block;
    }

.navlinksH {
    color: #666;
    border-bottom: solid 3px #666;
    padding: 8px 0px;
    width: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

    .navlinksH:hover {
        cursor: default;
    }

.navlinksD {
    padding: 8px 0;
    text-decoration: none;
    cursor: default;
}

.smallmenu {
    height: 18px;
    text-align: right;
    font-size: 11px;
    color: #666;
}

    .smallmenu a {
        color: #666;
        text-decoration: none;
        padding: 3px 0;
    }

        .smallmenu a:hover {
            color: #333;
            text-decoration: underline;
        }

.profilelinks {
    width: 149px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px #E9E9E9;
    border-top: solid 1px #E9E9E9;
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
    height: 20px;
    line-height: 18px;
}

    .profilelinks:hover {
        background: #fffeca;
    }

.iphoneseattlebutton {
    color: #787878;
    background-color: #f5f5f5;
    font-size: 8pt;
    font-weight: bold;
    font-family: Arial;
    border: solid 1px #787878;
    cursor: pointer;
    height: 22px;
    width: 80px;
}

.comment_link {
    font-family: Sans-Serif, Tahoma;
    font-size: x-small;
    color: #3b5998;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    width: 203px;
}

.comment_message {
    padding: 2px;
    width: 200px;
    border-top: solid 1px #cfd4df;
    font-size: x-small;
}

.comment_area {
    width: 220px;
    border: solid 1px #cfd4df;
    font-size: x-small;
}

.widecomment_area {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    border: solid 1px #cfd4df;
    font-size: small;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widecomment_link {
    font-size: x-small;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    width: 100%;
    border-top: solid 1px #eee;
    padding-top: 10px;
}

    .widecomment_link:hover {
        color: #444;
        text-decoration: underline
    }

    .widecomment_link .post-btn,
    #postform .post-btn {
        background-image: url(/images/icon-send.png);
        background-repeat: no-repeat;
        -webkit-background-size: 18px 18px;
           -moz-background-size: 18px;
             -o-background-size: 18px;
                background-size: 18px;
        background-position: left 6px center;
        padding-left: 28px;
        width: 80px;
    }

.piccomment_message {
    color: #333333;
    padding: 2px;
    width: 425px;
    border-top: solid 1px #cfd4df;
    font-size: x-small;
}

.piccomment_area {
    width: 425px;
    border: solid 1px #cfd4df;
    font-size: small;
}

.piccomment_link {
    font-size: x-small;
    color: #7283ba;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    width: 425px;
}

.replylink {
    width: 50px;
    font-weight: normal;
    overflow: hidden;
    font-size: 10px;
}

    .replylink a {
        text-decoration: none;
        width: 50px;
        overflow: hidden;
    }

.shmingle2 {
    color: #6d84b4;
    width: 500px;
    height: 100px;
    z-index: 9009;
    font-size: x-small;
    font-weight: normal;
    overflow-y: auto;
    overflow-x: hidden;
}

.followersfans {
    width: 300px;
    height: 60px;
    overflow: hidden;
    z-index: 9009;
    font-size: x-small;
    font-weight: normal;
}

.bebikitem {
    width: 100px;
    height: 100px;
    border: solid 1px #ccc;
    cursor: pointer;
    text-align: center;
    padding: 0px;
    overflow: hidden;
}

.bebikpic {
    max-width: 100px;
    max-height: 100px;
    width: expression(this.width > 100 ? 100: true);
    height: expression(this.height > 100 ? 100: true);
}

.emptybebikitem {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.shmingleitem {
    width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    cursor: pointer;
    text-align: center;
}

.emptyshmingleitem {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.lolnavlinks {
    color: #3b5998;
    padding: 1px;
    font-family: Georgia, sans-serif;
    font-size: small;
    text-decoration: none;
    border: solid 1px #d5d5d5;
    cursor: pointer;
}

    .lolnavlinks:hover {
        color: #3b5998;
        padding: 1px;
        font-family: Georgia, sans-serif;
        font-size: small;
        text-decoration: none;
        border: solid 1px #d5d5d5;
        background-color: #dddddd;
        cursor: pointer;
    }

.lolnavlinksH {
    color: #ffffff;
    background-color: #6d84b4;
    padding: 1px;
    font-family: Georgia, sans-serif;
    font-size: small;
    text-decoration: none;
    border: solid 1px #d5d5d5;
    cursor: pointer;
}

.messageitem {
    color: #3b5998;
    font-family: Georgia,Arial;
    font-size: 8pt;
    font-weight: bold;
    padding: 3px;
    cursor: pointer;
    text-align: left;
    border-bottom: solid 1px #cfd4df;
    overflow: hidden;
}

.readmessageitem {
    color: #3b5998;
    font-family: Georgia,Arial;
    font-size: 8pt;
    padding: 3px;
    cursor: pointer;
    text-align: left;
    border-bottom: solid 1px #cfd4df;
    overflow: hidden;
}

.selectedmessageitem {
    color: #3b5998;
    background-color: #e5e5e5;
    font-family: Georgia,Arial;
    font-size: 8pt;
    padding: 3px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #cfd4df;
    overflow: hidden;
}

.selectedreadmessageitem {
    color: #3b5998;
    background-color: #e5e5e5;
    font-family: Georgia,Arial;
    font-size: 8pt;
    padding: 3px;
    text-align: left;
    border-bottom: solid 1px #cfd4df;
    overflow: hidden;
}

.messagepane {
    width: 306px;
    height: 506px;
    overflow-y: scroll;
    border: solid 1px #6d84b4;
    color: #3b5998;
    background-color: #f5f5f5;
    padding: 5px;
    font-size: small;
}

.messagebox {
    color: #aaa;
    width: 328px;
    border: #6d84b4 1px solid;
    font-family: Georgia,Arial;
    font-size: small;
    background-color: #f5f5f5;
}

.replymessagebox {
    color: #3b5998;
    width: 328px;
    border: #6d84b4 1px solid;
    font-family: Georgia,Arial;
    font-size: small;
    background-color: #f5f5f5;
}

.nameitem {
    padding: 2px;
    cursor: pointer;
    height: 22px;
    font-size: x-small;
    font-family: Georgia;
    margin-top: 4em;
    margin-bottom: 4em;
}

.picitem {
    width: 101px;
    border: solid 1px #ccc;
    background-color: #f5f5f5;
    text-align: center;
    cursor: pointer;
    padding: 2px;
}

.selectedpicitem {
    width: 104px;
    background-color: #d4e2ec;
    border: solid 1px #f2674a;
    text-align: center;
    cursor: pointer;
    padding: 2px;
}

.profileinfolabel {
    font-size: x-small;
    font-weight: normal;
    font-family: Georgia, Arial;
    width: 60px;
}

.profileinfo {
    font-size: x-small;
    font-weight: bold;
    font-family: Georgia, Arial;
}

.intropic {
    max-width: 50px;
    max-height: 50px;
    width: expression(this.width > 50 ? 50: true);
    height: expression(this.height > 50 ? 50: true);
}

.searchresulttable {
    width: 100%;
    border-bottom: solid 1px #F4F4F4;
    border-right: solid 1px #F4F4F4;
}

.searchitem {
    width: 210px;
    text-align: left;
    padding: 5px;
    border: solid 1px #EEE;
    border-right: none;
    border-bottom: none;
    height: 67px
}

    .searchresultitem:hover,
    .searchitem:hover {
        background: #fbfbfb;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.searchresultlist {
    border: 1px solid #eee;
    border-width: 0 1px 1px 0;
}

.searchresultitem {
    border: 1px solid #eee;
    border-width: 1px 0 0 1px;
    margin-top: -1px;
    margin-left: -1px;
    padding: 5px 0 10px;
    height: 61px;
}

    .searchresultitem img {
        margin: 5px 5px 0;
    }

.user-profile-link {
    display: block;
    margin: 5px 5px 0;
    height: 50px;
    width: 50px;
    background: #eee;
    text-align: center;
}

    .user-profile-link img {
        max-width: 50px;
        max-height: 50px;
        margin: 0;
    }

.bebikipicture {
    max-width: 96px;
    max-height: 96px;
    width: expression(this.width > 96 ? 100: true);
    height: expression(this.height > 96 ? 100: true);
}

.tabbarwheel, .tabbarwheeliPhone, .tabbarwheelAndroid, .tabbarwheelKindle, .tabbarwheeliPad {
    z-index: 1000;
    left: -39px;
    top: 366px;
    width: 414px;
    height: 100px;
    position: absolute;
    overflow: hidden;
}

.tabbarwheeliPad {
    left: 185px;
    top: 924px;
    width: 883px;
}

.tabbarwheelKindle {
    left: 114px;
    top: 884px;
    width: 690px;
}

.tabbarallitems, .tabbarallitemsKindle, .tabbarallitemsiPhone, .tabbarallitemsAndroid, .tabbarallitemsiPad {
    position: absolute;
    left: 0px;
}

.tabbarallitemsiPad {
    left: 226px;
}

.tabbarallitemsKindle {
    left: 155px;
}

.tabbar, .tabbarKindle, .tabbariPad, .tabbariPhone, .tabbarAndroid {
    background: url('../images/tabbarbg.png') repeat-x top #000000;
    height: 49px;
    width: 320px;
    left: 0px;
    top: 412px;
    position: absolute;
    overflow: hidden;
    padding-top: 3px;
}

.tabbariPad {
    width: 769px;
    top: 952px;
}

.tabbarKindle {
    width: 601px;
    top: 935px;
}

.tabbareditmode, .tabbareditmodeKindle, .tabbareditmodeiPad, .tabbareditmodeiPhone, .tabbareditmodeAndroid {
    background: url('../images/tabbarbg.png') repeat-x top #000000;
    height: 49px;
    width: 320px;
    left: 35px;
    top: 560px;
    position: absolute;
    overflow: hidden;
    padding-top: 3px;
}

.tabbareditmodeiPad {
    width: 768px;
    top: 1049px;
    left: 52px;
}

.tabbareditmodeKindle {
    width: 601px;
    top: 1072px;
    left: 94px;
}

.requestspan {
    font-size: x-small;
    color: #3b5998;
    border: #ffcc33 1px solid;
    background-color: #FFFFE0;
    padding: 2px;
    white-space: nowrap;
}

.requests {
    line-height: 2.2;
    white-space: normal;
}

.forumimage {
    max-width: 420px;
    height: auto;
    width: expression(this.width > 420 ? 420: true);
}

td.colorchart {
    width: 16px;
    height: 10px;
}

.menutab:hover {
    cursor: pointer;
    border-top: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
    border-right: solid 1px #c9c9c9;
    padding: 3px;
    text-align: center;
    color: #453f25;
    font-size: x-small;
    background-color: #f5f5f5;
    text-decoration: underline;
}

.menutab {
    cursor: pointer;
    border-top: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
    border-right: solid 1px #c9c9c9;
    padding: 3px;
    text-align: center;
    color: #453f25;
    font-size: x-small;
    background-color: #f5f5f5;
}

.menutabS {
    text-align: center;
    padding: 8px 0px;
}

.edit-css-img {
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: middle
}

.edit-content-img {
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: middle
}

.pricetitle {
    font-size: 21pt;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.pricetitle2 {
    font-size: large;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.pricetitle3 {
    font-size: 16pt;
    color: #e2582b;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.price {
    font-size: 12pt;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 21pt;
    font-style: italic;
}

.offer {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e8e8e8;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 14pt;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 21pt;
    padding-top: 7px;
}

.offer2 {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e8e8e8;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 14pt;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 21pt;
    padding-top: 5px;
}

.smalloffer {
    font-size: 10pt;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 21px;
}

.plan {
    font-size: 12pt;
    color: #4582b5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.plan2 {
    font-size: 11pt;
    color: #c2c2c2;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.onandoff {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #666666;
}

.style5 {
    font-weight: bold;
    color: #47b44b;
}

.affiliate-features {
    padding: 0 20px 20px;
    margin: 0
}

    .affiliate-features li {
        padding: 3px 28px;
        background: url(/images/included.png) center left;
        background-repeat: no-repeat;
        -webkit-background-size: 17px 17px;
           -moz-background-size: 17px;
             -o-background-size: 17px;
                background-size: 17px;
        font-size: 14px;
    }

.affiliate .email-list {
    padding: 0;
    margin: 0;
}

    .affiliate .email-list li {
        float: left;
        margin-right: 6px;
    }

        .affiliate .email-list li:last-child {
            margin: 0
        }

        .affiliate .email-list li img {
            height: 212px;
            width: 162px;
            border: solid 2px #ddd;
        }

        .affiliate .email-list li a {
            display: block;
            font-size: 10px;
        }

            .affiliate .email-list li a.download-sample {
                margin-top: 15px;
                background: url(../gallery/TabIcons/icon-download.png) no-repeat left 5px center;
                -webkit-background-size: 12px 12px;
                   -moz-background-size: 12px;
                     -o-background-size: 12px;
                        background-size: 12px;
                padding-left: 24px;
            }

            .affiliate .email-list li a.embed-code {
                margin-top: 5px;
                background: url(../gallery/TabIcons/icon-link.png) no-repeat left 5px center;
                -webkit-background-size: 12px 12px;
                   -moz-background-size: 12px;
                     -o-background-size: 12px;
                        background-size: 12px;
                padding-left: 24px;
            }

.affiliate .email-letter-list {
    padding: 0;
    right: 0;
}

    .affiliate .email-letter-list li {
        float: left;
        margin-right: 20px;
    }

        .affiliate .email-letter-list li img {
            height: 120px;
        }

        .affiliate .email-letter-list li a {
            display: block;
            text-align: center;
        }

            .affiliate .email-letter-list li a.download-sample {
                margin-top: 15px;
            }

.max200 {
    max-width: 200px;
    width: expression(this.width > 200 ? 200: true);
}

.linkimage {
    cursor: pointer;
}

.iconcell {
    padding-left: 5px;
    padding-right: 5px;
}

.transitioncell {
    padding-left: 15px;
    padding-right: 15px;
}

.toolboxtablehelp td {
    vertical-align: top;
}

/**********ORDER.ASPX**********/
.order div.login_form_container {
    padding: 0px 30px 10px;
    float: left;
    width: 455px;
    margin: 10px 0px 0 0;
    min-height: 320px;
    position: relative;
}

.order .order_container {
    padding: 15px 0px 0px 0px;
    position: relative;
}

.order .order-badges {
    text-align: right;
    position: absolute;
    bottom: 12px;
    right: 30px;
}

.order .bbb_image {
    position: relative;
    top: 0px;
    left: 0px;
}

.order .seal_image {
    position: relative;
    top: -3px;
    left: 0px;
}

.order .card-details-section {
    padding: 0 30px 10px;
    min-height: 320px;
}

.order .card-details {
    top: 0px;
    left: 0px;
    width: auto;
    padding-left: 0px;
}

.order .credit_cards {
    float: right
}

.order .margin-left-xs-big {
    height: 100%;
    display: block;
    margin: 0;
    min-height: 330px;
    position: relative;
    padding: 0 30px;
}

.label_input {
    display: block;
    font-weight: bold;
    margin-top: 8px;
    font-size: 0.9em;
    color: #343434;
}

div.login_form_container ul li.fieldleft {
    margin-right: 29px;
}

div.login_form_container ul li {
    margin-bottom: 20px;
    float: left;
}

    div.login_form_container ul li.fieldsmall {
        width: 260px;
    }

input.inputsmall {
    width: 380px;
}

div.login_form_container ol, ul {
    list-style: none;
}

.input_order {
    border-color: silver;
    background-color: #F4F4F4;
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 1.1em;
}

.select_order {
    padding: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid silver;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
}

div.login_form_container h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-left: 60px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.orange_button {
    font-size: 12px;
    padding: 5px 20px;
    color: #000;
    border: solid 1px #da7c0c;
    background: #fecf7d; /* Old browsers */
    background: -moz-linear-gradient(top, #fecf7d 46%, #ffa822 53%, #ffa822 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#fecf7d), color-stop(53%,#ffa822), color-stop(95%,#ffa822)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fecf7d 46%,#ffa822 53%,#ffa822 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fecf7d 46%,#ffa822 53%,#ffa822 95%); /* Opera 11.10+ */ /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #fecf7d),color-stop(53%, #ffa822),color-stop(95%, #ffa822));
    background: -moz-linear-gradient(top, #fecf7d 46%,#ffa822 53%,#ffa822 95%);
    background: linear-gradient(to bottom, #fecf7d 46%,#ffa822 53%,#ffa822 95%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecf7d', endColorstr='#ffa822',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    color: #555;
}

.bbb_image {
    position: relative;
    top: -340px;
    left: -140px;
    cursor: pointer;
    cursor: hand;
}

.seal_image {
    position: relative;
    top: -340px;
    left: -120px;
    cursor: pointer;
    cursor: hand;
}

.readytopublish {
    background-color: #BFCC60;
    background: -webkit-gradient(linear, left top, left bottom, from(#BFCC60), to(#7B861A));
    background: -webkit-linear-gradient(top, #BFCC60, #7B861A);
    background: -moz-linear-gradient(top, #BFCC60, #7B861A);
    background: -o-linear-gradient(top, #BFCC60, #7B861A);
    background: linear-gradient(top, #BFCC60, #7B861A);
    border: 1px solid #999;
    border-bottom: 1px solid #999;
    border-radius: 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: inset 0 1px 0 0 #FFF;
    -webkit-box-shadow: 0 1px 0 0 #FFF inset;
    -moz-box-shadow: 0 1px 0 0 #FFF inset;
    -ms-box-shadow: 0 1px 0 0 #FFF inset;
    -o-box-shadow: 0 1px 0 0 #FFF inset;
    color: #222;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    text-shadow: 0 1px #E0E0E0;
    font-size: 15px;
    opacity: .99;
}

    .readytopublish:hover {
        opacity: .85;
        cursor: pointer;
    }

    .readytopublish:active {
        border: 1px solid #999;
        box-shadow: 0 0 10px 5px green inset;
        -webkit-box-shadow: 0 0 20px 10px #646d15 inset;
        -moz-box-shadow: 0 0 20px 10px #646d15 inset;
        -ms-box-shadow: 0 0 20px 10px #646d15 inset;
        -o-box-shadow: 0 0 20px 10px #646d15 inset;
    }

.socialite {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: 20px;
}

.fb-like iframe {
    width: 81px !important;
    height: 20px !important;
}
/*=====TESTIMONIALS=====*/
.testimonials.minglebody * {
    font-family: "HelveticaNeue-Light", Arial, Helvetica;
}

.testimonials .testimonials-header {
    position: relative;
    height: 301px;
    background: url(/images/squared_metal.png)left top 0px #eee;
    -webkit-background-size: 16px 12px;
       -moz-background-size: 16px 12px;
         -o-background-size: 16px 12px;
            background-size: 16px 12px;
    -webkit-box-shadow: 0 2px 5px rgba(221, 221, 221, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(221, 221, 221, 0.5);
    box-shadow: 0 2px 5px rgba(221, 221, 221, 0.5);
    background: #fff;
}

    .testimonials .testimonials-header .typed {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 75%;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
    }

    .testimonials .testimonials-header #typed {
        color: #47b44b;
        font-size: 26px;
    }

.testimonials .typed-cursor {
    opacity: 1;
    color: #eee;
    font-size: 26px;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
       animation: blink 0.7s infinite;
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.testimonials .btn {
    position: relative;
    top: 30%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    padding: 22px 10px 0;
    color: #55BF5C;
    font-size: 56px;
    height: 32px;
    width: 34px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px #ddd;
    -moz-box-shadow: 0 2px 5px #ddd;
    box-shadow: 0 2px 5px #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f4f4f4
}

    .testimonials .btn .quote_close {
        margin-right: 5px;
    }

    .testimonials .btn .circle {
        position: absolute;
        z-index: 0;
        background-color: #666;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
        opacity: 1;
    }

        .testimonials .btn .circle.animate {
            -webkit-animation: grow .5s linear;
            -moz-animation: grow .5s linear;
            -o-animation: grow .5s linear;
               animation: grow .5s linear;
        }

@-webkit-keyframes grow {
    to {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes grow {
    to {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-o-keyframes grow {
    to {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
           transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes grow {
    to {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
           transform: scale(2.5);
        opacity: 0;
    }
}

.testimonials p {
    margin: 0;
    padding: 0;
}

.testimonials .parent-box {
    margin-right: -10px;
}

.testimonials .author {
    color: #000;
    font-weight: bold;
}

.testimonials .parent-box .box {
    padding: 10px;
    width: 412px;
    border: solid 1px #eee;
    border-bottom: solid 1px #e3e3e3;
    background: #f7f7f7;
    float: left;
    margin: 0 10px 10px 0;
    -webkit-box-shadow: 0px 2px 0px #eee;
    -moz-box-shadow: 0px 2px 0px #eee;
    box-shadow: 0px 2px 0px #eee;
}

    .testimonials .parent-box .box:hover {
        border-color: #cccccc;
        -webkit-box-shadow: 2px 2px 0px #eee;
        -moz-box-shadow: 2px 2px 0px #eee;
        box-shadow: 2px 2px 0px #eee;
    }

    .testimonials .parent-box .box .icon {
        float: left;
        margin: 2px 12px 2px 2px;
    }

    .testimonials .parent-box .box p {
        float: right;
        width: 340px;
        font-size: 13px;
    }

.testimonials .quote_open {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 15px;
    margin-left: -20px;
}

.testimonials .quote_close {
    margin-left: 4px;
    margin-right: -20px;
    width: 15px;
    margin-top: 0px;
    vertical-align: top;
}

.testimonials .swiper-box {
    -webkit-box-shadow: inset 0px -7px 6px -6px rgba(221, 221, 221, 0.5);
    -moz-box-shadow: inset 0px -7px 6px -6px rgba(221, 221, 221, 0.5);
    box-shadow: inset 0px -7px 6px -6px rgba(221, 221, 221, 0.5);
    background: #f3f3f3;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 21px 21px;
    -moz-background-size: 21px 21px;
    -o-background-size: 21px 21px;
       background-size: 21px 21px;
}

.testimonials .swiper-container {
    padding: 60px 0;
    width: 100%;
    max-height: 315px;
    overflow: hidden !important
}

.testimonials .swiper-slide {
    height: 250px !important;
    width: 600px !important;
    padding: 30px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.testimonials .swiper-slide-shadow-left,
.testimonials .swiper-slide-shadow-right {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.testimonials .swiper-box .box .icon img {
    max-width: 57px;
}

.testimonials .swiper-box .box p {
    font-family: 'roboto_regular', Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 14px;
}

.testimonials .swiper-box .box .author {
    display: block;
    margin-top: 20px;
    font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #999;
}

.testimonials .swiper-slide.swiper-slide-active {
    -webkit-box-shadow: 0px 5px 25px 3px #ddd;
    -moz-box-shadow: 0px 5px 25px 3px #ddd;
    box-shadow: 0px 5px 25px 3px #ddd;
}

.testimonials .swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
    margin-top: -70px
}

.testimonials .swiper-button-prev {
    padding: 40px 30px 40px 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23555555'%2F%3E%3C%2Fsvg%3E");
}

.testimonials .swiper-button-next {
    padding: 40px 0 40px 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23555555'%2F%3E%3C%2Fsvg%3E");
}

.testimonials .new-green-btn {
    font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.testimonials .customers-box {
    border-top: none;
    border-bottom: solid 1px #eee;
}

@media (min-width: 768px) {
    .minglebody.testimonials .popular-companies .img-cnt:nth-child(2n+2) {
        border-right: solid 1px #eee !important
    }

    .minglebody.testimonials .popular-companies .img-cnt:nth-child(4n+4) {
        border-right: none !important
    }
}

/*======================*/
.livechatbox {
    width: 500px;
    position: fixed;
    top: 100px;
    z-index: 1600;
}

.livechatcontent {
    float: left;
    border: solid 1px #ccc;
    width: 466px;
    height: 100%;
    min-height: 116px;
    background-color: white;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.livechatmessagesbox {
    height: 280px;
    overflow-y: auto;
    border-bottom: solid 1px #ccc;
    margin-bottom: 0px;
    padding: 4px;
}

    .livechatmessagesbox::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 4px;
    }

    .livechatmessagesbox::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
                box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .livechatmessagesbox::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        width: 4px;
    }

.livechatfeedbackcontainer {
    height: 17px;
    padding: 3px;
    background-color: #f3f3f3;
    border-bottom: solid 1px #e4e4e4;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.05);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.05);
}

.livechatinputcontainer.feedback {
    position: absolute;
    width: 300px;
    min-height: 54px;
    border: 1px solid rgb(211, 211, 211);
    float: left;
    z-index: 10000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .livechatinputcontainer.feedback textarea {
        float: left;
        width: 206px;
        height: 50px;
        max-width: 206px;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
        padding: 0 4px;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 18px;
        color: #555;
    }

    .livechatinputcontainer.feedback .reasonbuttons {
        float: right;
        width: 70px;
        height: 28px;
        padding: 1px 10px;
    }

        .livechatinputcontainer.feedback .reasonbuttons.send {
            margin: 0px 2px;
        }

        .livechatinputcontainer.feedback .reasonbuttons.cancel {
            margin: 2px 2px;
            height: 20px;
        }

.livechatfeedbackbutton {
    -webkit-background-size: 17px 17px;
       -moz-background-size: 17px;
         -o-background-size: 17px;
            background-size: 17px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    float: right;
    margin-left: 1px;
}

    .livechatfeedbackbutton:hover {
        -khtml-opacity: .8;
        -moz-opacity: .8;
        opacity: .8;
        cursor: pointer;
    }

.livechatfeedbackquestion {
    float: right;
    padding: 1px 8px;
    color: #666;
}

.livechatfeedbackbutton.flike {
    background-image: url(/livechat/images/thumbup.png);
}

.livechatfeedbackbutton.fdislike {
    background-image: url(/livechat/images/thumbdown.png);
}

.livechatfeedbackbutton.fclose {
    background-image: url(/livechat/images/close.png);
}

.livechatmessagesbox #livechatmessages {
    margin: 5px
}

.livechatcontent #livechatmessagetext {
    width: 314px;
    height: 28px;
    max-height: 28px;
    max-width: 314px;
    margin: 0 6px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0px white;
       -moz-box-shadow: 0 1px 0px white;
            box-shadow: 0 1px 0px white;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
    transition: border linear .2s,-webkit-box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s,-moz-box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s,-moz-box-shadow linear .2s;
    outline: none;
    background-color: #fff;
    resize: none;
    padding: 4px !important;
}

.livechatinputcontainer {
    padding: 9px 8px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 84%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(84%,#f9f9f9), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 84%,#f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 84%,#f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(84%, #f9f9f9),to(#f7f7f7));
    background: -moz-linear-gradient(top, #ffffff 0%,#f9f9f9 84%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 84%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.livechatcontent .whiteblackbutton {
    float: right;
    margin-right: 10px;
}

#livechatprogress {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #d3d9dd;
    color: #333;
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#livechatprogressbar {
    position: absolute;
    background-color: #d3d9dd;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    min-height: 12px;
}

.livechat-progress-label {
    bottom: 0px;
    left: 0px;
    font-size: 11px;
    text-align: center;
    color: #333;
    position: absolute;
    width: 100%;
    line-height: 12px;
}

#livechatsendbutton.whiteblackbutton {
    height: 38px;
    margin-bottom: 2px;
    background: #414c60;
    border-color: #414c60 !important;
    width: 74px;
    padding: 7px;
    color: #fff !important;
    font-weight: bold;
    margin: 0;
}

#livechatsendimagebutton.whiteblackbutton {
    margin: 0;
    height: 38px;
    width: 38px;
    font-size: 10px !important;
    padding: 0;
    -webkit-box-shadow: 0 1px 0px white;
       -moz-box-shadow: 0 1px 0px white;
            box-shadow: 0 1px 0px white;
    border: solid 1px #ccc;
    cursor: pointer;
}

.livechatsystemmessage {
    margin: 20px 0;
    padding: 5px;
    background: #fcf8e3;
    font-size: 12px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
    font-weight: bold;
    border: solid 1px #fbeed3;
}

#livechatuploadfile {
    cursor: pointer;
}

#livechatside {
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.25);
    -moz-box-shadow: 1px 0 5px rgba(0,0,0,.25);
    box-shadow: 1px 0 5px rgba(0,0,0,.25);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    background: white;
}

    #livechatside:hover {
        -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.2);
        -moz-box-shadow: 1px 0 5px rgba(0,0,0,.2);
        box-shadow: 1px 0 5px rgba(0,0,0,.2);
    }

    #livechatside img {
        width: 32px;
        height: 118px;
    }

    #livechatside:hover img {
        -ms-filter: "alpha(opacity=80)";
        filter: alpha(opacity=80);
        opacity: .8;
        -khtml-opacity: .8;
        -moz-opacity: .8;
    }

/*=====NEW LOGIN=====*/
.minglebody.login {
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    height: 82vh;
    max-height: 700px;
}
    .minglebody.login .minglehead {
        display: none
    }

    .minglebody.login .logo {
        margin: 8vh 0 0px;
        width: 170px;
    }

    .minglebody.login .auth_form {
        height: 82vh;
        max-height: 700px;
    }

    .minglebody.login.signup,
    .minglebody.login.signup .auth_form{
        height: auto;
        max-height: unset;
    }
    .minglebody.login .login-footer {
        background: #f5f5f5;
        padding: 10px 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        color: #999;
    }

        .minglebody.login .login-footer h3 {
            color: #999;
        }

        .minglebody.login .login-footer .whiteblackbutton {
            padding: 7px 0px;
            color: #777 !important
        }

        .minglebody.login .social_login {
            background: url(/images/background-wood.jpg) 99% center;
            -webkit-background-size: cover;
               -moz-background-size: cover;
                 -o-background-size: cover;
                    background-size: cover;
            padding: 0;
            height: 82vh;
            max-height: 700px;
        }
        .minglebody.login.signup .social_login {
            height: 93vh;
        }

        .minglebody.login .social_login .social-btn-login {
            width: 100%;
            /*text-align: center;*/
        }

    .minglebody.login form.authform {
        margin: 0
    }

.register_links_text {
    margin: 20px 0 0!important;
}
.register_links_text,
.register_links_text a
.register_check_text{
    font-family: 'montserrat_light';
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d2d;
}
.register_links_text a{
    color: #04c48d;
    text-decoration: underline;
}
.register_check_text{
    font-weight: 300;
    font-size: 14px;
    line-height: 4.79;
}
.register_check_text input.login-inp.register_termsinp {
    border-radius: 3px;
}
.login label {
    display: block;
    padding: 11px 0 5px;
}

.register-form label {
    width: 80px;
    display: inline-block;
}

.social-reg-options {
    text-align: left;
    margin: 20px 0 0 60px;
    line-height: 21px;
    display: none;
    width: -webkit-calc(80% - 60px);
    width: -moz-calc(80% - 60px);
    width: calc(80% - 60px);
}

    .social-reg-options ul {
        list-style-type: disc;
        padding: 5px 5px 5px 20px;
        font-size: 11px;
        background: #f4f5f4;
        line-height: 16px
    }

    .social-reg-options span {
        display: inline-block !important;
        margin: 2px !important;
        color: #47B44B;
        font-weight: bold
    }

.social_login:hover div.social-reg-options {
    display: block;
}

.login-form label {
    width: 80px;
    display: inline-block;
}

form.authform {
    margin-top: 50px;
    margin-bottom: 50px;
}

.auth_form {
    padding: 0 0 0px;
}

.devider:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #eee;
    right: 0;
    left: auto;
    top: 0;
    height: 100%;
}

.devider:before {
    content: 'OR';
    position: absolute;
    left: auto;
    right: -15px;
    top: 145px;
    z-index: 1;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #eee;
    color: #999;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 10px;
    font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
}

.auth_form div > span {
    display: block;
}

.auth_form .login_title {
    font-size: 22px;
    font-family: 'Helvetica Neue Light',HelveticaNeue-Light,'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #0079C1;
}

.auth_form .errortext {
    margin-top: 10px;
    margin-top: 10px;
}

.auth_form .login_label {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 13px;
}

.auth_form span.login_remember {
    display: inline;
}

.auth_form .login_forgot {
    font-size: 12px;
}

.auth_form .register_now {
    font-size: 12px;
}

.auth_form .register_already {
    font-size: 12px;
    padding: 0 0 5px 0;
}

.auth_form .col-align-right {
    text-align: right;
}

.auth_form .line_separate {
    height: 1px;
    background: #ddd;
    padding-right: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.auth_form .login-inp {
    margin-bottom: 3px;
}

.auth_form .code-image {
    width: 60px;
    height: 42px;
    float: left;
}

.auth_form .register_captchainp {
    width: 212px;
    margin-left: 3px;
    display: inline;
}

.auth_form .row > div:first-child {
    margin-top: 0px;
}

.no-credit-card {
    margin-bottom: 0;
}

.auth_form .third-col {
    margin-left: -7px;
}

.social_login {
    padding-top: 50px;
    padding-bottom: 0px;
}

    .social_login span {
        display: block;
        font-size: 12px;
        margin: 18vh 0px 5vh;
        text-align: center;
    }

    .social_login .social-btn-login {
        margin-left: 0px;
        margin-bottom: 4px;
    }

    .social_login .copyright {
        position: absolute;
        bottom: 35px;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 150px;
        color: #444;
        font-size: 10px;
        font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
    }

.forgotpass .whiteblackbutton {
    margin: 0 0 0 -1px;
    padding: 12px;
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.forgotpass .forgot-box {
    padding: 7vh 0 3vh
}

.error_message_forgot {
    color: #000;
    padding: 10px;
    text-align: center;
}

.err_msg_forgot {
    color: Blue;
}

.align-right {
    text-align: right;
    margin-right: 10px;
}

.black {
    color: #000;
}

.dashed-line {
    border-top: 1px dashed #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}



.social-btn-login {
    -webkit-transition: background-color 100ms linear,color 100ms linear;
    -moz-transition: background-color 100ms linear,color 100ms linear;
    -o-transition: background-color 100ms linear,color 100ms linear;
    transition: background-color 100ms linear,color 100ms linear;
    text-transform: capitalize;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: normal;
    text-indent: 0;
    text-decoration: none;
    color: #fff !important;
    width: 280px;
    float: left;
    font-size: 14px;
    width: 190px;
    display: inline-block;
    text-align: left;
    padding: 9px 0 8px 0;
    font-family: "Helvetica Neue",Arial,sans-serif;
}

.google-btn-login {
    background: #df4a32
}

    .google-btn-login:hover {
        background: #ef5a43
    }

    .google-btn-login img {
        margin: -1px 6px 0 6px
    }

.facebook-btn-login {
    background: #3b5998;
}

    .facebook-btn-login:hover {
        background: #4366ae;
    }

    .facebook-btn-login img {
        margin: 0px 8px 0 4px
    }

input.signin2 {
    background-color: #eaebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaebeb));
    background: -webkit-linear-gradient(top, #ffffff, #eaebeb);
    background: -moz-linear-gradient(top, #ffffff, #eaebeb);
    background: -o-linear-gradient(top, #ffffff, #eaebeb);
    background: linear-gradient(top, #ffffff, #eaebeb);
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid #a8a6a6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #666;
    font-weight: bold;
    padding: 9px 30px;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

    input.signin2:hover {
        opacity: .75;
        cursor: pointer;
    }

    input.signin2:active {
        border: 1px solid #dcdcdc;
    }

.google-hover {
    width: 190px;
    float: left;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

    .google-hover:hover {
        opacity: 0.8;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }

.login-inp {
    padding: 12px 12px;
    width: 100%;
    height: 100%;
    outline: none;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    background-color: transparent;
    height: 100%;
    margin: 0;
    color: #303030;
    border: 1px solid #E3E3E3;
}

    .login-inp:focus {
        border: 1px solid #E3E3E3;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }

/*=====Search Input=====*/
.search-input {
    background: url(../images/search-dark.png) no-repeat 10px 6px #fff;
    border: 1px solid #e7e8e7;
    font: normal 12px Arial,Helvetica,Sans-serif;
    color: #555;
    width: 120px;
    padding: 6px 15px 6px 32px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: #DDD 1px solid;
}

    .search-input:focus {
        background: url(../images/search-dark.png) no-repeat 10px 6px #fff !important;
        width: 180px;
        outline: none;
        outline-offset: 0px;
        border: #CCC 1px solid;
    }

.hover-img:hover {
    opacity: 0.9;
}
/*=====PROFILE=====*/
.upload-icon {
    float: right;
    border: 1px solid #c3c3c3;
    padding: 1px;
    margin-top: 11px;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    -moz-box-shadow: inset 0 1px 0 0 #fff;
         box-shadow: inset 0 1px 0 0 #fff;
    background: #e9e9e9;
    background: -webkit-gradient(linear, center top, center bottom, from(#f6f6f6), to(#e6e6e6));
    background: -moz-linear-gradient(top, #f6f6f6, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffe6e6e6', GradientType=0);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 23px;
}

.upload-img {
    width: 53px;
    height: 53px;
    background: url(../images/upload-newimage.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .upload-img:hover {
        background: url(../images/upload-newimage-hover.gif);
        background-position: center;
        background-repeat: no-repeat;
    }

span.title {
    font-size: 22px;
    font-family: 'Helvetica Neue Light',HelveticaNeue-Light,'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #0079C1;
    text-decoration: none;
}

/* === new green button home.aspx ===*/
.new-green-btn {
    background: #47b44b;
    border: none;
    -webkit-box-shadow: 0 0 8px 1px #aaa;
       -moz-box-shadow: 0 0 8px 1px #aaa;
            box-shadow: 0 0 8px 1px #aaa;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-size: 22px;
    padding: 18px 40px;
    color: white;
    margin: 5px 0px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    outline: none;
}

    .new-green-btn:hover {
        border: none;
        box-shadow: 0 0 15px 2px #999;
        -webkit-box-shadow: 0 0 15px 2px #999;
        -moz-box-shadow: 0 0 15px 2px #999;
        background: #8dbf24;
    }

.new-green-btn-mini {
    background: #47b44b;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-size: 18px;
    padding: 15px 28px;
    color: white;
    margin: 0px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    font-family: 'montserrat_semibold', Arial,Helvetica,sans-serif !important;
    text-shadow: none
}

    .new-green-btn-mini:hover {
        border: none;
        box-shadow: 0 0 7px 1px #aaa;
        -webkit-box-shadow: 0 0 7px 1px #aaa;
        -moz-box-shadow: 0 0 7px 1px #aaa;
        color: #fff;
        text-decoration: none;
    }

    .new-green-btn-mini:visited {
        color: white;
        text-decoration: none;
    }

.no-shadow {
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important
}

.shine-button {
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(37%, rgba(255, 255, 255, 0.1)), color-stop(45%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0))) no-repeat -400px -80px, #47b44b;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%) no-repeat -400px -80px, #47b44b;
    background: -moz-linear-gradient(top left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%) no-repeat -400px -80px, #47b44b;
    background: -o-linear-gradient(top left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%) no-repeat -400px -80px, #47b44b;
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.1)), color-stop(37%, rgba(255, 255, 255, 0.1)), color-stop(45%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0))) no-repeat -400px -80px, #47b44b;
    background: linear-gradient(top left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%) no-repeat -400px -80px, #47b44b;
    -webkit-background-size: 260% 250%, 100% 100%;
       -moz-background-size: 260% 250%, 100% 100%;
         -o-background-size: 260% 250%, 100% 100%;
            background-size: 260% 250%, 100% 100%;
}

.style1 {
    color: #CC0066;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
}

.section-title {
    font-size: 24px;
    text-align: center;
    padding: 40px 0;
    font-family: 'Helvetica Neue Light',HelveticaNeue-Light,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.prop-table input[type=radio] {
    height: 14px !important;
    width: 14px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 0;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
}

/*** PRICES ***/
.sale {
    border: solid 1px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}

.prices .price-block {
    margin: 10px 0 25px 0;
    padding: 10px 20px;
    background: #f7f7f7;
    line-height: 20px;
    position: relative
}

    .prices .price-block.options {
        margin-right: 10px;
        position: absolute;
        left: 0;
        padding-left: 0
    }

.prices .price-item {
    width: 24%;
    float: left;
    margin-right: 1%;
}

.prices .plan-description {
    width: 100%;
    float: left;
    border: none;
    border-right: dashed 1px #b6b7b8;
    margin: 15px 0 0 3px;
}

    .prices .plan-description ul {
        margin: 0;
        padding: 0;
    }

    .prices .plan-description li {
        padding: 15px 15px 15px 12px
    }

.prices .clearfix span {
    color: #777;
    font-weight: 500;
    float: left;
    height: 16px;
}

.prices .clearfix strong {
    color: #393939;
    float: right;
    font-weight: 700;
    min-width: 16px;
    text-align: center;
}

.prices .plan-description .first-item-title {
    padding-top: 0
}

.prices .price-plan {
    text-align: center;
    border: 1px solid #d3d9dd;
    width: 100%;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

    .prices .price-plan:hover {
        background: #f5f6f5;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .prices .price-plan h4 {
        font-size: 16px;
        margin: 0px;
        padding: 25px;
        text-shadow: none;
        color: white;
        color: #444;
        border-bottom: solid 6px #47b44b;
        background-color: #f9f9f9;
    }

    .prices .price-plan ul {
        list-style: none;
        margin-bottom: 28px;
        padding:10px 0;
        margin: 0;
        height: 245px;
        background: rgba(255,255,255,0.6);
		position:relative;
    }

    .prices .price-plan li {
        padding-top: 4px;
        font-size: 12px;
        text-align: center;
        margin: 0 10px;
        text-shadow: 0 1px 0 #FFF;
    }
	.price-item .price-plan li:last-of-type {
		position: absolute;
		left: 50%;
		bottom: 30px;
		-webkit-transform: translate(-50%);
		   -moz-transform: translate(-50%);
		    -ms-transform: translate(-50%);
		     -o-transform: translate(-50%);
		        transform: translate(-50%);
		width:100%;
		margin: 0;
	}

.prices .price-value {
    font-size: 30px;
    font-weight: bold;
    color: #555
}

.prices .price-value-cents {
    font-size: 17px;
    font-weight: bold;
    vertical-align: top;
    line-height: 28px;
    margin-left: 4px;
}

.prices .section-title {
    font-size: 24px;
    text-align: left;
    padding: 40px 0;
    font-family: 'Helvetica Neue Light',HelveticaNeue-Light,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.prices .monthly-price {
    font-weight: bold;
    padding: 0 0 0 2px;
    color: #666;
}

.prices .sale {
    border: solid 1px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px
}

.prices .star-box {
    position: absolute;
    right: -20px;
}

.prices .star-img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0px -50px 0 0;
    width: 32px;
}

    .prices .star-img:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        margin: 1px -50px 0 0;
    }

.prices .publisher-box {
    position: absolute;
    background: #e9e9e9;
    right: 0;
    width: 194px;
    height: 100%;
}

.prices .subscription-plans {
    float: left;
    width: 79%;
    margin-left: 0%;
}
.subscription-plans.subscription__add {
    float: unset;
    margin: 0 auto;
}
.prices .subscription-leftside {
    float: left;
	width: 79%;
	margin-left: 0%;
	padding: 0px 0 20px;
}

.prices .subscription-rightside {
    float: left;
    width: 21%;
    padding: 0px 0 20px;
    background: #e3e3e3;
}

    .prices .subscription-rightside .price-item {
        width: 100%;
        padding: 0 7px;
    }

.prices .price-ribbon {
    padding: 2px 10px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    background: rgba(71, 180, 75, 0.6);
    margin: 5px 5px 5px 0;
    font-size: 11px;
}

.prices .subscription-rightside .price-ribbon {
    background: rgba(255, 183, 77, 0.6);
    margin-left: 5px;
}

.prices .last-plan {
    margin-right: 0;
    background: #f2f2f2 url('/images/bk-icons-publishers.png') no-repeat center;
    -webkit-background-size: 270px 270px;
       -moz-background-size: 270px;
         -o-background-size: 270px;
            background-size: 270px;
}

    .prices .last-plan:hover {
        margin-right: 0;
        background: #f5f6f5 url('/images/bk-icons-publishers.png') no-repeat center;
        -webkit-background-size: 270px 270px;
           -moz-background-size: 270px;
             -o-background-size: 270px;
                background-size: 270px;
    }

.prices .last-plan1 {
    height: 305px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0px;
    top: 4px;
    z-index: 2;
    width: 91%
}

.prices .last-plan2 {
    height: 305px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0px;
    top: 6px;
    z-index: 1;
    width: 89%
}

.prices .last-plan3 {
    position: relative;
    z-index: 10;
}

.prices #fancybox_inline img {
    -webkit-box-shadow: 0 0 13px 1px #aaa;
       -moz-box-shadow: 0 0 13px 1px #aaa;
            box-shadow: 0 0 13px 1px #aaa;
}

.prices .new-green-btn-mini {
    font-size: 12px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

    .prices .new-green-btn-mini:hover {
        -webkit-box-shadow: 0 0 5px 1px #aaa;
           -moz-box-shadow: 0 0 5px 1px #aaa;
                box-shadow: 0 0 5px 1px #aaa;
    }

.prices .more-btn {
    background: #999;
}

.prices .app-dev {
    padding: 0px 0px 20px 40px;
}

.prices .buy-app {
    margin: 0 -20px 40px;
    background: #e3e5e6;
}

    .prices .buy-app a {
        color: #47B44B
    }

.prices.pricesonetime .subscription-plans {
    padding: 2% 0 3% 1%;
}

.prices.pricesonetime .price-item {
    width: 32.3%;
}

.prices.pricesonetime .price-plan ul {
    height: auto
}

.prices.pricesonetime .prices-badges {
    width: 100%;
    max-width: 225px;
}

.prices.pricespublishers {
    padding-bottom: 0
}

    .prices.pricespublishers .subscription-plans {
        background: #f7f7f7;
        padding-top: 20px;
    }

    .prices.pricespublishers .price-plan li {
        min-height: auto;
    }

    .prices.pricespublishers .subscription-leftside {
        -webkit-background-size: 50.5% 50.5%;
           -moz-background-size: 50.5%;
             -o-background-size: 50.5%;
                background-size: 50.5%;
        background-repeat-x: no-repeat;
    }

    .prices.pricespublishers .subscription-rightside {
        padding-bottom: 30px;
        width: 35%;
    }

    .prices.pricespublishers .price-item {
        width: 49%
    }

    .prices.pricespublishers .subscription-rightside .price-item {
        width: 100%
    }

    .prices.pricespublishers .plan-desc-box {
        width: 65%;
    }

/*** FAQ ***/
.faq ol li {
    font-size: 10pt;
    font-weight: bold;
    color: #777;
}

.faq ul li {
    font-size: small;
    font-weight: normal;
    color: #595959;
}

.faq .ui-accordion .ui-accordion-content {
    font-family: Arial,Helvetica,sans-serif;
    color: #777;
    font-size: 12px;
    padding-left: 30px;
    line-height: 20px;
}

.faq .ui-widget-content a {
    color: #0079C1;
}

.faq .divider-dashed-line {
    margin: 15px 0 0 0
}

.faq .accordion.ui-accordion .ui-accordion-header {
    padding-right: 90px !important;
    position: relative;
}

.faq .accordion.ui-accordion .ui-accordion-content {
    padding-left: 30px;
}

.faq img {
    max-width: 100% !important;
}

.faq .sm-padding-right {
    padding-right: 30px
}

.faq .col-xs-12.col-sm-3 {
    margin-top: -80px
}

.faq .section-title {
    text-align: left;
}

.faq .show-hide-answer {
    font-size: 10px;
    padding: 3px 0px;
    width: 80px;
    text-align: center;
    border: solid 2px #eee;
    position: absolute;
    right: 0;
    top: 17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .faq .ui-accordion-header:hover .show-hide-answer,
    .faq .show-hide-answer:hover {
        opacity: 1 !important;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

/*** BUILDCOMPARISON ***/
.buildercomparison {
    padding-bottom: 20px;
}

    .buildercomparison .builder-box {
        text-align: center;
        position: relative
    }

        .buildercomparison .builder-box.padding-top,
        .buildercomparison .feature-box.padding-top {
            padding-top: 68px;
        }

    .buildercomparison .prop-box,
    .buildercomparison .prop-box * {
        margin: 0;
        border-bottom: none;
        border-right: none;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .buildercomparison .prop-box.fixed {
            position: fixed;
            top: 0;
            -moz-box-shadow: 0px 4px 3px -2px rgba(0,0,0,.1);
            -webkit-box-shadow: 0px 4px 3px -2px rgba(0,0,0,.1);
            box-shadow: 0px 4px 3px -2px rgba(0,0,0,.1);
        }

    .buildercomparison .builder-box:last-child .prop-box {
        border-right: solid 1px #eee;
    }

    .buildercomparison .builder-logo {
        max-width: 100%;
        max-height: 37px;
    }

    .buildercomparison .feature-box .section-title2 {
        font-size: 16px;
        padding: 25px 20px 25px 10px;
        max-height: 68px;
    }

    .buildercomparison .feature-box.show-980 {
        display: none;
    }

    .buildercomparison .feature-title {
        height: 24px;
        line-height: 24px;
        background: #ddd;
        color: #333;
        font-weight: bold;
        padding: 3px 10px;
    }

    .buildercomparison .builder-box ul {
        border-left: dashed 1px #e3e3e3;
    }

    .buildercomparison .feature-box ul,
    .buildercomparison .builder-box ul {
        margin: 0;
        padding: 0;
    }

        .buildercomparison .feature-box ul li {
            padding: 7px 20px;
            min-height: 17px;
        }

        .buildercomparison .builder-box ul li {
            padding: 7px 10px;
            min-height: 17px;
        }

            .buildercomparison .feature-box ul li:nth-child(2n+2),
            .buildercomparison .builder-box ul li:nth-child(2n+2) {
                background: #f7f7f7
            }

            .buildercomparison .feature-box ul li:last-child,
            .buildercomparison .builder-box ul li:last-child {
                border-bottom: solid 1px #eee
            }

    .buildercomparison .included {
        width: 17px;
    }

    .buildercomparison .noincluded {
        width: 12px;
    }

    .buildercomparison .target {
        height: 21px;
        width: 21px;
    }

    .buildercomparison .dashed-link {
        padding-bottom: 5px;
    }

/*** vertical tabs ***/
.ui-tabs-vertical {
    width: 100%;
    padding: 0;
    border: none;
    border: 1px solid #e3e3e3;
}

    .ui-tabs-vertical > .ui-tabs-nav {
        padding: 0 0 1px 0;
        float: left;
        border: none;
        background: none;
        margin: -1px 0 0 0
    }

        .ui-tabs-vertical > .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-top: solid 1px #fafafa !important;
            border-bottom: solid 1px #e7e7e7 !important;
            border-right-width: 0 !important;
            border-left: solid 1px #fafafa !important;
            margin: 0;
            background: #f5f5f5;
        }

            .ui-tabs-vertical > .ui-tabs-nav li:first-child {
                border-top: none !important
            }

            .ui-tabs-vertical > .ui-tabs-nav li:last-child {
                border-bottom: none !important
            }

            .ui-tabs-vertical > .ui-tabs-nav li a {
                text-align: left;
                color: #666;
                display: block;
                padding: 20px 30px 20px 20px;
                font-size: 16px;
                width: 82%;
            }

            .ui-tabs-vertical > .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
                border-right-width: 1px;
            }

            .ui-tabs-vertical > .ui-tabs-nav li.ui-state-active {
                background: #fff;
                color: #47b44b !important;
                cursor: pointer !important
            }

    .ui-tabs-vertical > .ui-tabs-panel {
        padding: 40px;
        float: right;
        width: 570px;
        text-align: left;
    }

    .ui-tabs-vertical > .ui-state-active {
        background: #fff !important;
        padding: 0 !important
    }

    .ui-tabs-vertical > .ui-tabs-nav li a img {
        vertical-align: middle;
        height: 24px;
        margin: 0 8px 0 0
    }

    .ui-tabs-vertical > .ui-tabs-nav li a span {
        vertical-align: middle;
        display: inline-block;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-spaces: nowrap;
        overflow: hidden;
        width: 90%;
    }

.vertical-tabs-content {
    list-style-type: none;
    color: #666;
    text-shadow: 0px 1px 0px #fafafa;
    line-height: 20px;
    font-size: 13px;
}

    .vertical-tabs-content a {
        color: #0079C1
    }

        .vertical-tabs-content a:hover {
            text-decoration: underline
        }

    .vertical-tabs-content .tab-subtitle {
        font-weight: bold;
        padding: 0 0 12px 0;
        border-bottom: solid 1px #eee;
        margin: 5px 0 15px 0
    }

.vertical-tabs .reseller-tab {
    background: url(/images/background-radial.png?v=001) left 200px center no-repeat;
    -webkit-background-size: 960px 682px;
       -moz-background-size: 960px 682px;
         -o-background-size: 960px 682px;
            background-size: 960px 682px;
    min-height: 460px
}

    .vertical-tabs .reseller-tab .world {
        position: absolute;
        margin: auto;
        right: 10px;
        top: -40px;
        bottom: 0;
        opacity: 0.9
    }

        .vertical-tabs .reseller-tab .world.second {
            position: absolute;
            z-index: 1;
            margin: auto;
            right: 30px;
            top: 100px;
            bottom: 0;
            opacity: 0.9
        }

            .vertical-tabs .reseller-tab .world.second:hover {
                cursor: pointer;
                opacity: 1
            }

    .vertical-tabs .reseller-tab h2 {
        border-bottom: solid 1px #eee;
        margin: 0 0 10px
    }

    .vertical-tabs .reseller-tab h3 {
        font-size: 20px;
        margin-top: 20px;
        color: #666
    }

    .vertical-tabs .reseller-tab p {
        font-size: 15px;
        padding-bottom: 10px;
        color: #777
    }

.sc-features .vertical-tabs h2 {
    color: #666;
    border-bottom: solid 1px #eee;
    margin: 0 0 10px
}

.ui-widget {
    font-family: inherit !important
}

/*** Accordion ***/
.video-list .ui-accordion .ui-accordion-header {
    padding: 20px 20px 20px 30px !important;
    color: #666;
    text-shadow: 0px 1px 0px #fafafa;
    line-height: 20px;
    font: bold 13px Arial,Helvetica,sans-serif !important;
    border: none;
    border-bottom: solid 1px #eee;
    background: #fff;
}

.video-list .ui-accordion .ui-accordion-content {
    padding: 4px 4px 0px 4px;
    margin-bottom: 0;
}

.video-list .ui-accordion .ui-widget-content {
    border: none
}

/*** home features***/

.ui-tabs-vertical .ui-tabs-nav li:hover a img.rotate-img {
    behavior: url(-ms-transform.htc);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=16);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 0px;
}

.ui-tabs-vertical .ui-tabs-nav li:hover a img.rotate2-img {
    behavior: url(-ms-transform.htc);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=16);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 0px;
}

.list-3col li div a img.rotate-img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.list-3col li:hover div a img.rotate-img {
    behavior: url(-ms-transform.htc);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=16);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 0px;
}

.list-3col li:hover div a img.rotate2-img {
    behavior: url(-ms-transform.htc);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=16);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 0px;
}

.list-3col li div a img.rotate2-img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.box-gradient {
    border: 1px solid;
    border-color: #E5E5E5;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9),to(#f3f3f3));
    background: -moz-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
}

.app-image:hover {
    opacity: 0.9
}


.quote_open {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 10px;
}

.quote_close {
    margin-left: 4px;
    margin-right: 4px;
    width: 10px;
    margin-top: 0px;
    vertical-align: top;
}

.whySCtitle2 {
    font-size: 22px;
    color: #0079C1;
    text-decoration: none;
    font-family: 'Helvetica Neue Light',HelveticaNeue-Light,'Helvetica Neue',Helvetica,Arial,sans-serif;
    padding-top: 10px;
}

a.whySCtitle2:visited {
    color: #0079C1;
}

.whySCtitle {
    font-size: 22px;
    color: #0079C1;
    text-decoration: none;
    padding-top: 10px;
    font-family: 'Helvetica Neue Light',HelveticaNeue-Light,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

a.whySCtitle:visited {
    color: #0079C1;
}

.h1-style {
    font-size: 26px;
    margin: 25px 0 10px 0;
    font-weight: 300;
    color: #666;
    border-bottom: solid 1px #DEDEDE;
    padding: 0 0 10px 0;
    text-shadow: 0px 1px 0px #fff;
    position: relative;
}

    .h1-style span {
        position: absolute;
        width: 60px;
        height: 3px;
        bottom: -1px;
        left: 0;
        background: #47b44b;
    }

.list-3col li {
    width: 432px;
    margin-left: 60px;
    list-style-type: none;
    float: left;
    color: #666;
    text-shadow: 0px 1px 0px #fff;
    line-height: 18px;
    text-align: left;
}

    .list-3col li span {
        float: right;
        width: 346px;
    }

.icon-bg {
    background: transparent;
    width: 64px;
    height: 64px;
    border-radius: 120px;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 20px 20px auto;
    float: left;
}

.list-3col li h3 {
    color: #666;
    text-shadow: 0px 1px 0px #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.whitelabel li {
    list-style-type: none;
    display: block;
}

/*** FEATURES.ASPX ***/
.gradient {
    border-top: solid 1px #E0E5E8;
    background-color: #e7ecee;
    background: -moz-linear-gradient(top, #e7ecee 0%, #c5cdd5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7ecee), color-stop(100%, #c5cdd5));
    background: -webkit-linear-gradient(top, #e7ecee 0%, #c5cdd5 100%);
    background: -o-linear-gradient(top, #e7ecee 0%, #c5cdd5 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e7ecee), to(#c5cdd5));
    background: linear-gradient(top, #e7ecee 0%, #c5cdd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7ecee', endColorstr='#c5cdd5');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7ecee', endColorstr='#c5cdd5')";
}

.team-profile {
    float: left;
    padding: 0 0 20px 0px;
    text-align: center;
    width: 33%
}

.team-profile-cont-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 10px auto;
}

    .team-profile-cont-img:hover {
        background: url(../images/team_vcard.png)center no-repeat #000;
        -webkit-background-size: 32px 32px;
           -moz-background-size: 32px;
             -o-background-size: 32px;
                background-size: 32px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .team-profile-cont-img:hover img {
            -ms-filter: "alpha(opacity=50)";
            filter: alpha(opacity=50);
            opacity: .5;
            -khtml-opacity: .5;
            -moz-opacity: .5;
        }

.team-profile-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 148px;
    margin: -11px;
}

.team-profile-name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #47b44b;
    line-height: 35px
}

.team-profile-role {
    text-align: center;
    font-size: 14px;
}


.effect span {
    position: absolute;
    padding: 10px;
    left: 50px;
    visibility: hidden;
}

.effect:hover span {
    visibility: visible;
    left: 10px;
}

.userstable {
    width: 100%;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    border-spacing: 0;
}

table.userstable thead {
    text-align: center;
}

    table.userstable thead th {
        text-align: center;
        border-right: solid 1px #E9E9E9;
        font-size: 12px;
    }

        table.userstable thead th:last-child {
            text-align: center;
            border-right: none;
        }

.userstable tbody tr td {
    text-align: center;
    border-bottom: solid 1px #E9E9E9;
}

    .userstable tbody tr td div {
        font-size: 12px;
    }

.userlistitems table:hover {
    background: #fffeca;
}

.account-balance {
    text-align: right;
    margin: 0 4px 0;
}

/*** subscription-table ***/
.subscription-table .cell-title-name {
    text-align: right;
    padding-right: 8px;
    height: 30px;
}

.subscription-table .cell-info input {
    padding: 4px 6px;
    width: 200px;
}

/***whitelabel > slider ***/
.login-inp-www {
    padding: 8px;
    width: 455px;
    height: 100%;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 27px !important;
    line-height: 16px;
    background-color: transparent;
    height: 100%;
    margin: 0;
    color: rgba(17, 26, 24, 0.8);
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 0px 0px 2px #E3E3E3;
    -moz-box-shadow: 0px 0px 2px #E3E3E3;
    box-shadow: 0px 0px 2px #E3E3E3;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    font-weight: bold;
}

#ui-carousel-next, #ui-carousel-prev {
    width: 60px;
    height: 600px;
    background: url(../rcarousel/images/arrow-left.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
}

#ui-carousel-next {
    right: 0;
    background-image: url(../rcarousel/images/arrow-right.png);
}

#ui-carousel-prev {
    left: 0;
}

    #ui-carousel-next > span, #ui-carousel-prev > span {
        display: none;
    }

.slide {
    margin: 0;
    position: relative;
}

    .slide h1 {
        color: #ff5c43;
        margin: 0;
        padding: 0;
    }

    .slide p {
        color: #4d4d4d;
        margin: 0;
        padding: 0;
    }

#slide01 > img {
    position: absolute;
}

#slide01 > .text {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 10px;
    text-align: center;
    width: 900px;
}

    #slide01 > .text > .right-title-section {
        margin-bottom: 15px;
    }

#slide02 > .text > .right-title-section {
    margin-bottom: 15px;
}

#slide03 > .text > .right-title-section {
    margin-bottom: 15px;
}

#slide02 > img {
    position: absolute;
}

#slide02 > .text {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 10px;
    text-align: center;
    width: 900px;
}

#slide03 > img {
    position: absolute;
}

#slide03 > .text {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 10px;
    text-align: center;
    width: 900px;
}

#slide04 > img {
    position: absolute;
    bottom: 50px;
    left: 60px;
}

#slide04 > .text {
    position: absolute;
    left: 290px;
    bottom: 25px;
}

#slide05 > img {
    position: absolute;
    bottom: 35px;
    left: 60px;
}

#slide05 > .text {
    position: absolute;
    left: 240px;
    bottom: 35px;
}

#slide06 > img {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

#slide06 > .text {
    position: absolute;
    left: 290px;
    bottom: 35px;
}

#pages {
    width: 54px;
    margin: -20px auto 20px auto;
    position: relative;
    z-index: 100;
}

.bullet {
    background: url(../images/page-off.png) center center no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    float: left;
}

.user-drag {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*** Table designs ***/

.hovertable {
    width: 100%;
    border: 1px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    border-spacing: 0;
}

.box-background2 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: white;
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#F2F2F2), to(white));
    background: -moz-linear-gradient(#F2F2F2, white 20%);
    border: 1px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
}

table.hovertable thead th {
    text-align: center;
    border-right: solid 1px #E9E9E9;
}

    table.hovertable thead th:last-child {
        border-right: none;
    }

table.hovertable tbody tr td {
    border-bottom: solid 1px #F1F2F1;
}

.head-title-step {
    border-bottom: 1px solid #E3E3E3;
    background: #F9F9F9;
    background: -moz-linear-gradient(top, #F9F9F9 0%, #F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#F3F3F3));
    background: -webkit-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: -o-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9),to(#F3F3F3));
    background: -moz-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: linear-gradient(to bottom, #F9F9F9 0%,#F3F3F3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
    padding: 12px 30px;
    font-weight: bold;
}

.box-gradient {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid;
    border-color: #E5E5E5;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9),to(#f3f3f3));
    background: -moz-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
}

div.login_form_container2 h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

div.login_form_container2 {
    width: 100%;
    min-height: 385px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #EEE;
}

.table-row-center tr td {
    text-align: center;
    padding: 10px;
}

.table-row-left tr td {
    padding: 10px;
}

#_atssh {
    bottom: 0
}

/*** my modules ***/
.sdk-block p {
    text-indent: 0;
}

.sub-list li {
    padding: 4px 0
}

.platform_select .item {
    display: inline-block;
    width: 150px
}

.cell {
    float: left;
    width: 210px;
    min-height: 26px;
    line-height: 26px;
    margin-bottom: 0px;
}

.cell-list {
    margin: 10px 0
}

.table-subtitle {
    text-align: right;
    padding: 0 10px 0 0
}

.new-module-table {
    margin: 20px 0;
    width: 100%;
}

.isfloat {
    float: none !important
}

.asterisk {
    color: red
}

.module-image {
    background: #fff;
    padding: 9px;
    border: solid 1px #dadada;
    margin: 0 0px 0 0;
    width: 90px;
}

.module-name {
    font-size: 16px;
    font-weight: bold;
}

.widget-options {
    float: right;
    color: #666;
}

    .widget-options span {
        padding: 0 5px;
        font-size: 12px;
    }

.module-edit {
    font-size: 11px;
    margin: 0 3px 0 0;
    display: inline-block;
    background: white;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

    .module-edit:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #336699
    }

.module-remove {
    font-size: 12px;
    display: inline-block;
    padding: 2px;
    font-weight: bold
}

    .module-remove:hover {
        color: red;
        text-decoration: underline;
        cursor: pointer
    }

.module-status span {
    font-weight: bold;
    color: #4ab84c
}

.module-description {
    margin: 0 0 8px 0
}

    .module-description span {
        font-weight: bold
    }

.content tr td div {
    padding: 8px 0 0 0;
    font-size: 12px
}

/*** GLOBAL TABS ***/
.layout-sidemenu {
    width: 72px;
}

.sidemenu-top-height {
    height: 10px;
}

.sc-global-tab:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.sc-global-tab {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

    .sc-global-tab .sc-global-tab-container {
        background: #e8e8e8;
        width: 69px;
        height: 60px;
        border: solid 1px #e1e1e1;
        border-bottom-color: #ddd;
        border-top: none;
        position: relative;
        margin: 0 0 4px 0;
        display: block;
        text-align: center;
        /*-webkit-box-shadow: inset 0px 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 0px 1px 0px #fff;
    box-shadow: inset 0px 0px 1px 0px #fff;*/
    }

    .sc-global-tab .sc-global-tab-active {
        background: #fff;
        border-left: none;
        width: 71px;
    }

    .sc-global-tab .sc-global-tab-title {
        position: absolute;
        bottom: 3px;
        width: 100%;
        display: block;
        color: #555555;
        font-size: 10px;
        text-align: center;
        font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
    }

    .sc-global-tab img {
        height: 32px;
        width: 32px;
        margin: 8px auto 0;
    }

/*** FORUM ***/
.sc-forum .hover-img:hover {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: 0.9;
}

.sc-forum .navlinks {
    display: inline-block;
}

.sc-forum .greenbutton {
    background: url(/images/icon-new-post-32.png) left 23px center no-repeat #47b44b;
    -webkit-background-size: 16px 16px;
       -moz-background-size: 16px;
         -o-background-size: 16px;
            background-size: 16px;
    width: 185px;
    border: solid 1px #47b44b;
    padding: 9px 20px 9px 36px !important
}

    .sc-forum .greenbutton:hover {
        background: url(/images/icon-new-post-32.png) left 23px center no-repeat #47b44b !important;
        -webkit-background-size: 16px 16px !important;
           -moz-background-size: 16px !important;
             -o-background-size: 16px !important;
                background-size: 16px !important;
        border: solid 1px #47b44b
    }

.sc-forum input.signin2 {
    background: #47b44b !important;
    font-weight: normal !important;
    min-width: 42px;
    color: #fff !important;
    border: solid 1px #47b44b;
    padding: 5px 15px;
    margin: 0px;
    height: 34px;
    vertical-align: bottom;
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-radius: 3px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.sc-forum .search-input {
    padding: 4px 12px;
    color: #666;
    border: solid 1px #e5e5e5;
    background: #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 34px;
    background-image: none !important
}

.sc-forum .thr-container {
    margin: 0px 0 0 0;
    min-height: 505px;
    padding: 10px;
    border-right: solid 1px #eee
}

.sc-forum .search-input:focus {
    border-color: #d1d1d1;
    width: 75%
}

.sc-forum .profile-thumb-image {
    height: 30px;
    width: 30px
}

.sc-forum .left-section {
    position: relative;
}

.sc-forum .left-section-container {
    width: 100%;
    border-right: none;
    text-align: left;
    height: 100%;
    border-top: none;
    border-bottom: none;
    padding: 0 15px 0 0;
}

    .sc-forum .left-section-container ul {
        margin: 0;
        padding: 0;
        border-top: solid 1px #e7e7e7
    }

        .sc-forum .left-section-container ul li {
            padding: 0 0 0 0px;
            border: solid 1px #e7e7e7;
            border-top: none;
            background: #f5f5f5;
        }

            .sc-forum .left-section-container ul li.active {
                background: white;
            }

            .sc-forum .left-section-container ul li:first-child {
                border-top: none;
            }

            .sc-forum .left-section-container ul li.active a {
                color: #47b44b;
                text-decoration: none;
            }

            .sc-forum .left-section-container ul li:hover a {
                text-decoration: underline
            }

            .sc-forum .left-section-container ul li a {
                font-size: 12px;
                padding: 15px 7px 15px 15px;
                font-weight: bold;
                display: block;
                text-decoration: none;
            }

            .sc-forum .left-section-container ul li.active .circle {
                background: #47b44b;
            }

            .sc-forum .left-section-container ul li:hover .circle {
                background: #47b44b;
            }

            .sc-forum .left-section-container ul li .circle {
                width: 8px;
                height: 8px;
                background: #ccc;
                margin: 20px 8px 0 0;
                float: left;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                display: none;
            }

.sc-forum .post-details {
    height: 30px;
    padding-left: 5px;
}

.sc-forum .post-title {
    font-weight: bold;
    max-width: 390px
}

    .sc-forum .post-title a {
        display: block;
        color: #666;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 2px;
    }

.sc-forum .forum-viewall-threads {
    color: #888;
    display: none
}

.sc-forum .forum-viewall-threads-right {
    float: right;
    margin: 2px 4px 0 0
}

    .sc-forum .forum-viewall-threads-right span {
        background: white;
        padding: 6px 8px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: solid 1px #ccc;
        font-size: 11px;
    }

.sc-forum .profile-username {
    margin: 2px 0 0 0;
    font-size: 9px;
}

    .sc-forum .profile-username a {
        font-weight: bold;
        color: #888;
        display: block;
        text-decoration: none
    }

        .sc-forum .profile-username a:hover {
            color: #888;
            text-decoration: none
        }

.sc-forum .profile-reply-link {
    margin: 0 4px 0 0;
    color: #999;
    font-weight: normal;
}

.sc-forum .pagination {
    padding: 0px 0;
    border-top: solid 1px #eee
}

/*** ADVANCED PAGETYPES ***/
.custom-parameters {
    max-width: 320px
}

.custom-param {
    margin: 10px 0;
}

.custom-parameters label {
    font-size: 12px;
}

.custom-parameters input, .custom-parameters textarea {
    border: solid 1px #ccc;
    padding: 3px;
}

.custom-parameters .textarea,
.custom-parameters .textinput {
    margin: 0;
    max-width: 320px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-parameters .ellipsesdiv {
    display: inline-block;
    width: 100%;
}

    .custom-parameters .ellipsesdiv .ellipseseditor {
        width: calc(100% - 29px);
    }

.dashed-link {
    font-weight: bold !important;
    cursor: default;
    border-bottom: dashed 1px #0079c1;
    color: #0079C1 !important
}

    .dashed-link:hover {
        color: #015486;
    }

.ui-dialog {
    border-top: solid 2px #47b44b !important;
}

.progress-striped .bar {
    background-color: #47b44b !important
}

/*** HOW IT WORK ***/
.howwork {
    text-align: center;
    padding: 20px 0 0;
}

    .howwork .step {
        border: solid 2px #d5d5d5;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 10px 15px;
        display: inline-block;
        margin: 10px 0 -45px;
        text-align: left;
        font-size: 22px;
        line-height: 22px;
        float: left;
        background: #fff;
        color: #47b44b;
    }

    .howwork .arrow {
        position: relative;
    }

        .howwork .arrow img {
            position: absolute;
            top: -55px;
            z-index: 4;
            height: 100px;
        }

        .howwork .arrow.left img {
            left: 0;
        }

        .howwork .arrow.right img {
            right: 0;
        }

/*** ADVANCED PAGETYPE ***/
.scrollbar::-webkit-scrollbar {
    width: 3px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

.scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

.advanced-pagetype .ui-tabs .ui-tabs-nav li {
    margin-bottom: 0 !important;
}

.advanced-pagetype .keyValueEditorKey {
    width: 75px;
    margin: 0 3px 3px 0;
    height: 16px;
}

.advanced-pagetype .keyValueEditorValue {
    width: 175px;
    margin: 0 3px 3px 0;
    height: 16px;
}

.advanced-pagetype .invalidInputValue {
    -webkit-box-shadow: 0 0 5px #d45252;
       -moz-box-shadow: 0 0 5px #d45252;
            box-shadow: 0 0 5px #d45252;
    border: solid 1px #b03535;
    width: 77px;
    height: 17px;
    background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}

.advanced-pagetype .deleteButton {
    cursor: pointer;
    margin: 0 0 -4px 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

    .advanced-pagetype .deleteButton:hover {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        opacity: .75;
        -ms-filter: "alpha(opacity=75)";
        filter: alpha(opacity=75);
        -khtml-opacity: .75;
        -moz-opacity: .75;
    }

.advanced-pagetype .sidemenu_parser {
    border: solid 1px #eee;
    background: #f7f7f8;
    min-height: 100px;
    padding: 10px;
    margin: 10px 0 0;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 320px;
}

.advanced-pagetype .doc-container {
    width: 100%
}

.advanced-pagetype .sidemenu_parser .left-s {
    width: 25%;
    text-align: right;
    padding: 0 8px 0 0;
    display: inline-block
}

.advanced-pagetype .sidemenu_parser .right-s {
    width: 71%;
    display: inline-block;
}

    .advanced-pagetype .sidemenu_parser .right-s input {
        border: solid 1px #ddd;
        padding: 5px 24px 5px 7px;
        width: 100%;
    }

.advanced-pagetype .sidemenu_parser .editor-buttons {
    position: absolute;
    top: -43px;
    right: 12px
}

    .advanced-pagetype .sidemenu_parser .editor-buttons button {
        outline: none
    }

.advanced-pagetype .sidemenu_parser .duplicate-button {
    background-image: url(../images/duplicate.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 18px 18px;
       -moz-background-size: 18px;
         -o-background-size: 18px;
            background-size: 18px;
    padding: 5px 15px;
    margin: 0 1px;
}

.advanced-pagetype .sidemenu_parser .delete-button {
    background: #EB2629;
    border-color: #EB2629;
    background-image: url(../images/icon-close.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 16px 16px;
       -moz-background-size: 16px;
         -o-background-size: 16px;
            background-size: 16px;
    padding: 5px 15px;
}

.advanced-pagetype .sidemenu_parser .order-button {
    background-image: url(../images/sort.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 18px 18px;
       -moz-background-size: 18px;
         -o-background-size: 18px;
            background-size: 18px;
    padding: 5px 15px;
}

.sidemenu_parser .accordion_ui_list .ui-accordion-content.ui-accordion-content-active {
    overflow: initial !important;
    background: #f9f9fa;
    padding: 10px !important;
    border-bottom: solid 1px #eee;
    max-width: 278px;
}

.sidemenu_parser .accordion_ui_list .ui-accordion-header.ui-state-active {
    border-bottom: solid 2px #eee
}

.sidemenu_parser .accordion_ui_list .ui-accordion-header {
    border-bottom: solid 2px #fff
}

.sidemenu_parser .accordion_ui_list .inp-local-image {
    background-image: url(../toolboxicons/appendimage.png);
    -webkit-background-size: 16px 16px;
       -moz-background-size: 16px;
         -o-background-size: 16px;
            background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    cursor: pointer;
    margin: 1px 0;
}

.sidemenu_parser .accordion_ui_list .inp-local-link {
    background-image: url(../toolboxicons/insertlink.png);
    -webkit-background-size: 16px 16px;
       -moz-background-size: 16px;
         -o-background-size: 16px;
            background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    cursor: pointer;
}

.our-portfolio .ourportfolio-box {
    padding: 30px 15px !important;
}

.our-portfolio .app-image {
    margin-bottom: 30px;
}

.ourportfolio-box > div {
    min-height: 300px;
}

.page-desc {
    width: auto;
}

.horizontal-tabs {
    padding: 0 !important;
    border: none !important
}

    .horizontal-tabs .ui-tabs-nav {
        margin: 0 !important;
        padding: 0 0 0 10px !important;
        background: none;
        border: none;
        border-bottom: solid 1px #eee;
    }

    .horizontal-tabs .ui-tabs-panel {
        padding: 0px 0 0 0 !important;
    }

    .horizontal-tabs .ui-tabs-nav li {
        margin: 0 6px 6px 0 !important;
        border-bottom: 1px solid #d3d3d3 !important;
        background: #f6f6f6;
        font-weight: bold
    }

        .horizontal-tabs .ui-tabs-nav li a {
            padding: 9px 14px 6px !important;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
        }

        .horizontal-tabs .ui-tabs-nav li.ui-tabs-selected {
            border-color: #eee !important;
            background: #fff;
        }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding: 0;
}

.lineinput {
    margin: 0;
    padding: 8px 10px;
    border: solid 0px #fff !important;
    border-bottom: solid 1px #d9d9d9 !important;
    font-size: 12px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .lineinput:focus {
        outline: none;
        border-color: #aaa;
        -webkit-box-shadow: 0px 3px 0px -1px #eee;
        -moz-box-shadow: 0px 3px 0px -1px #eee;
        box-shadow: 0px 3px 0px -1px #eee;
    }

    .lineinput:hover {
        border-color: #c5c6c5 !important;
    }

    .lineinput:disabled {
        border-color: #e6e6e6;
        cursor: default;
        color: #bbb
    }

.base-green {
    color: #47b44b
}

.base-red {
    color: #EB2629
}

.gray-999 {
    color: #999
}

.gray-666 {
    color: #666
}

.bold {
    font-weight: bold
}

/****************************
CAROUSEL BOOTSTRAP
****************************/
.carousel.bootstrap {
    position: relative;
    border: 0;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

    .carousel.bootstrap .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

    .carousel.bootstrap .item {
        overflow: hidden;
    }

        .carousel.bootstrap .item img {
            -webkit-user-drag: none;
            -moz-user-drag: none;
            user-drag: none;
            width: 100%;
        }

    .carousel.bootstrap .carousel-control {
        top: 45%;
        border: none;
        position: absolute;
        background: transparent;
        background-repeat: no-repeat;
        color: transparent;
        width: 48px;
        height: 71px;
        margin-top: -25px;
        border: 0;
        padding: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        -ms-filter: "alpha(opacity=70)";
        filter: alpha(opacity=70);
        opacity: .7;
    }

        .carousel.bootstrap .carousel-control.left {
            background-image: url(../carousel/img/carousel-macbook-prev.png?v=001);
            background-position: top center;
            -webkit-background-size: contain;
               -moz-background-size: contain;
                 -o-background-size: contain;
                    background-size: contain;
            left: 0px;
        }

        .carousel.bootstrap .carousel-control.right {
            background-image: url(../carousel/img/carousel-macbook-next.png?v=001);
            background-position: top center;
            -webkit-background-size: contain;
               -moz-background-size: contain;
                 -o-background-size: contain;
                    background-size: contain;
            right: 0px;
        }

.carousel-nav {
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
         transform: translate3d(-50%, 0, 0);
}

    .carousel-nav a {
        width: 8px;
        height: 8px;
        background: #ddd;
        text-indent: -9999px;
        border: 0;
        float: left;
        margin-left: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: background-color 0.25s, border-color 0.25s;
        -moz-transition: background-color 0.25s, border-color 0.25s;
        -o-transition: background-color 0.25s, border-color 0.25s;
        transition: background-color 0.25s, border-color 0.25s;
        margin: 2px 10px;
    }

        .carousel-nav a.active {
            background: transparent;
            border: solid 2px #47b44b;
            width: 6px;
            height: 6px;
            margin: 1px 8px;
        }

        .carousel-nav a:hover {
            background: #fff;
        }

        .carousel-nav a.active:hover {
            background: transparent;
        }

/****************************
CONTACT
****************************/
#contactForm .contact-table {
    font-size: 12px;
    border-right: solid 1px #eee;
    width: 100%;
}

#contactForm input:required,
#contactForm textarea:required {
    background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
    margin-left: 0;
}

    #contactForm input:required:valid,
    #contactForm textarea:required:valid {
        background: #fff url(../images/valid.png) no-repeat 98% center;
        -webkit-background-size: 16px 16px;
           -moz-background-size: 16px;
             -o-background-size: 16px;
                background-size: 16px;
        border-color: #aaa;
    }

#contactForm input:focus:invalid,
#contactForm textarea:focus:invalid {
    background: #fff url(../images/invalid.png) no-repeat 98% center;
    -webkit-background-size: 16px 16px;
       -moz-background-size: 16px;
         -o-background-size: 16px;
            background-size: 16px;
    -webkit-box-shadow: 0 0 5px #aaa;
       -moz-box-shadow: 0 0 5px #aaa;
            box-shadow: 0 0 5px #aaa;
    border-color: #aaa
}

#contactForm .form_hint {
    background: #d45252;
    -webkit-border-radius: 3px 3px 3px 3px;
       -moz-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
    color: white;
    margin: 9px 0 0 8px;
    padding: 1px 6px;
    z-index: 999;
    position: absolute;
    display: none;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

    #contactForm .form_hint::before {
        content: "\25C0";
        color: #d45252;
        position: absolute;
        top: 1px;
        left: -6px;
    }

#contactForm input:focus + .form_hint {
    display: inline;
}

#contactForm input:required:valid + .form_hint {
    background: #28921f;
}

    #contactForm input:required:valid + .form_hint::before {
        color: #28921f;
    }

#contactForm > a {
    font-weight: bold;
}

.contactus .right {
    padding: 20px 0 0 0;
    color: #777;
    font-size: 13px;
}

    .contactus .right img {
        width: 32px;
        margin: -8px 0 -7px;
    }

.contactus .contact-info {
    margin: 10px 0 0;
    border: solid 1px #eee;
    background-color: #f9f9f9;
    line-height: 20px;
}

    .contactus .contact-info .col-sm-4 {
        padding: 20px;
        border-right: solid 1px #eee;
        height: 100%;
    }

        .contactus .contact-info .col-sm-4:last-child {
            border-right: none;
        }

.contactus .support-box {
    padding-left: 20px;
    text-align: right;
}

.contactus .contact-lv-chat {
    padding: 10px 0px 10px 0;
    line-height: 18px;
}

.contact-customer-support {
    margin: 0px;
    text-align: center;
    border: solid 1px #eee;
    background-color: #f9f9f9;
    padding: 10px;
    color: #555;
}

    .contact-customer-support .greenbutton {
        padding: 7px 10px !important;
    }

.contact-pub-plan {
    margin: 10px 0 0;
    line-height: 18px;
    border: solid 1px #eee;
    background-color: #f9f9f9;
    padding: 10px;
    color: #aaa;
}

/****************************
ABOUT US
/***************************/
.minglebody.about {
    width: 910px;
    padding: 0;
}

    .minglebody.about .about-text {
        padding: 0 0 15px;
    }

    .minglebody.about .about-title {
        padding: 40px 0 20px;
        text-align: center
    }

    .minglebody.about .about-header {
        position: relative;
        margin: -1px 0px 0;
        height: 303px;
        overflow: hidden;
    }

    .minglebody.about .display-animation {
        position: relative;
        margin: 0px auto;
        padding: 0;
    }

        .minglebody.about .display-animation > * {
            display: inline-block;
            height: 101px;
            cursor: pointer;
            overflow: hidden;
            position: relative;
            border: none;
            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                    border-radius: 2px;
            background: rgba(0,0,0,.5);
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            -moz-transform: scale(0);
                 transform: scale(0);
        }

        .minglebody.about .display-animation > .animated {
            background: url(/images/seattle-spaceneedle.png)center top -80px;
            -webkit-background-size: 1160px 1160px;
               -moz-background-size: 1160px;
                 -o-background-size: 1160px;
                    background-size: 1160px;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -moz-transform: scale(1);
                 transform: scale(1);
            -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
            -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
            -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        }

    .minglebody.about .no-js .display-animation > * {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
             transform: scale(1);
    }

    .minglebody.about .about-overlay {
        background: rgba(0,0,0,.7);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
        top: 0
    }

    .minglebody.about .about-header #typed {
        color: #47b44b;
        font-size: 38px;
        font-family: Times New Roman;
    }

    .minglebody.about .about-header .typed-cursor {
        opacity: 1;
        color: #eee;
        font-size: 38px;
        -webkit-animation: blink 0.7s infinite;
        -moz-animation: blink 0.7s infinite;
        -o-animation: blink 0.7s infinite;
           animation: blink 0.7s infinite;
    }

    .minglebody.about .about-header .typed {
        position: absolute;
        text-align: center;
        margin: auto;
        width: 75%;
        left: 0;
        right: 0;
        top: 40%;
        z-index: 2;
    }

    .minglebody.about .priciples {
        padding: 20px;
        background: #f4f4f4;
    }

    .minglebody.about .sc-team .team-item {
        margin-bottom: 50px;
    }

    .minglebody.about .ab-sc {
        padding: 20px;
        background: #e3e3e3;
    }

    .minglebody.about .carousel.bootstrap {
        height: 300px;
    }

    .minglebody.about .carousel-inner {
        text-align: center;
    }

        .minglebody.about .carousel-inner h1 {
            text-align: center;
            padding-top: 10px;
            color: #555;
            font-family: Times New Roman;
            font-size: 18px;
            text-transform: uppercase;
        }

        .minglebody.about .carousel-inner table {
            text-align: left;
            margin: 60px auto;
        }

        .minglebody.about .carousel-inner .item-number {
            color: #666;
            font-family: Times New Roman;
            font-size: 54px;
            padding: 0 20px 0 0;
            font-style: italic;
            border-right: solid 1px #bbb;
        }

        .minglebody.about .carousel-inner .item-caption {
            padding: 0 0 0 20px;
        }

            .minglebody.about .carousel-inner .item-caption h2 {
                color: #47b44b;
                font-weight: 100;
                text-transform: uppercase;
                font-style: italic;
                font-size: 16px;
            }

    .minglebody.about .customers-box {
        border-top: solid 1px #eee;
        padding: 0 0 50px
    }

    .minglebody.about .popular-companies .img-cnt {
        padding: 10px;
        text-align: center;
        border-right: solid 1px #eee;
    }

        .minglebody.about .popular-companies .img-cnt:nth-child(2n+2),
        .minglebody.about .popular-companies .img-cnt:nth-child(4n+4) {
            border-right: none
        }

        .minglebody.about .popular-companies .img-cnt img {
            height: 42px
        }

    .minglebody.about .info {
        background: #ececec;
        padding: 0px 0;
    }

    .minglebody.about .info {
    }

        .minglebody.about .info .border-box {
            padding: 40px;
            background: rgba(245,245,245,.85);
        }
/****************************
SCDEVELOPMENT/SCDESIGN
/***************************/
.scdev * {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scdev .minglebody {
    width: 908px;
    padding: 0
}

.scdev .development,
.scdev .design {
    padding: 24px 20px 15px;
    text-align: center;
    background: #eee;
    position: relative;
    margin-top: 58px;
}

    .scdev .development:hover,
    .scdev .design:hover {
    }

    .scdev .development.active:after,
    .scdev .design.active:after {
        position: absolute;
        z-index: 1;
        content: ' ';
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid white;
    }

    .scdev .development .fa,
    .scdev .design .fa {
        font-size: 64px;
        margin-top: 15px;
    }

    .scdev .development:before {
        content: ' ';
        background: rgba(0,0,0,.05);
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 1px;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 30px;
    }

.scdev .design {
}

.scdev .scdesigntable,
.scdev .scdevelopmenttable {
    padding-top: 0px
}

    .scdev .scdesigntable.hide,
    .scdev .scdevelopmenttable.hide {
        display: none
    }

.scdev .inf {
    padding: 50px 0;
}

.scdev .new-green-btn-mini {
    margin-top: 15px;
}

    .scdev .new-green-btn-mini h2 {
        display: inline-block;
        margin: 0;
    }

.scdev .orderform {
    margin: 20px;
}

    .scdev .orderform .inside {
        background: #eee;
        padding-bottom: 20px;
    }

        .scdev .orderform .inside .item-title {
            text-align: right;
            padding-right: 10px;
        }

.scdev .sp-container {
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease
}

.scdev .scdesigntable .textinput {
    font-size: 16px;
    line-height: 20px;
}

/****************************
SCHEDULE A CALL
/***************************/
.sc-call .page-header {
    padding: 10px 0;
    margin: 0 0 15px;
}

.sc-call h3.curent-date {
    line-height: 30px;
    margin: 0;
}

.sc-call .btn:not(.active) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sc-call .btn-warning {
    background: #F57C00
}

.sc-call .btn-primary {
    background: #47b44b
}
/*** calendar UI ***/
.sc-call #cal-day-box .cal-row-head [class*="cal-cell"] {
    text-align: left;
}

/*** dialog ***/
.schedulecall-dialog.ui-dialog {
    background: #fff !important;
    overflow: initial !important;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

    .schedulecall-dialog.ui-dialog .ui-dialog-titlebar {
        background: transparent;
        border: none;
        position: relative;
        z-index: 9;
        height: 0px;
        padding: 0 !important;
        margin: -1px;
    }

    .schedulecall-dialog.ui-dialog .ui-dialog-titlebar-close {
        position: relative;
        z-index: 9;
        opacity: .7;
        top: 17px;
        right: 5px;
        float: right;
        background: transparent;
        border-color: transparent;
    }
/*
.schedulecall-dialog.ui-dialog .ui-dialog-titlebar-close span {
    position: fixed;
    top: 25px !important;
    right: 35px !important;
    width: 45px !important;
    height: 45px !important;
    background: url(../images/fancy-close-btn.png) no-repeat left bottom !important;
}
.schedulecall-dialog.ui-dialog .ui-dialog-titlebar-close span:hover {
    background: url(../images/fancy-close-btn.png) no-repeat left top !important;
}*/
#schedule_call_dialog {
    overflow: hidden;
    width: 500px !important;
    height: 427px !important;
}

    #schedule_call_dialog.mobile {
        width: 240px !important;
        height: 323px !important;
    }

    #schedule_call_dialog .schedule-call-content .dtitle {
        color: #47b44b
    }

    #schedule_call_dialog .schedule-call-content .ftitle {
        color: #888;
        margin: 12px 0 5px;
    }

    #schedule_call_dialog .schedule-call-content .support {
        height: 300px;
        width: 200px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #schedule_call_dialog.mobile .schedule-call-content .support {
        display: none
    }

    #schedule_call_dialog .schedule-call-content .textinput {
        width: 184px;
    }

    #schedule_call_dialog .schedule-call-content .ui-buttonset .ui-button {
        margin-right: -1px !important;
    }

    #schedule_call_dialog .schedule-call-content .textinput.required,
    #schedule_call_dialog .schedule-call-content .ui-buttonset.required label {
        border-color: red;
    }

        #schedule_call_dialog .schedule-call-content .ui-buttonset.required label.disabled {
            border-color: gray;
            cursor: no-drop;
        }

    #schedule_call_dialog .schedule-call-content .fa-calendar {
        color: #777;
        font-size: 14px;
        margin-left: -27px;
    }

    #schedule_call_dialog .schedule-call-content .sbm {
        margin: 10px 0 15px;
        position: relative;
    }

        #schedule_call_dialog .schedule-call-content .sbm .greenbutton {
            padding: 7px 15px !important
        }

        #schedule_call_dialog .schedule-call-content .sbm .sbm-message {
            color: #47b44b;
            display: inline-block;
            margin: 5px 0 5px 10px;
            font-size: 11px;
            position: absolute;
        }

            #schedule_call_dialog .schedule-call-content .sbm .sbm-message.error {
                color: red;
                font-weight: 100 !important
            }

            #schedule_call_dialog .schedule-call-content .sbm .sbm-message .localdate {
                color: #9b9b9c;
                font-size: 10px;
                font-weight: 100
            }

    #schedule_call_dialog .schedule-call-success {
        text-align: center;
        margin-left: -18px;
    }

        #schedule_call_dialog .schedule-call-success .success-box {
            position: relative
        }

            #schedule_call_dialog .schedule-call-success .success-box .success {
                width: 64%;
            }

            #schedule_call_dialog .schedule-call-success .success-box .fa {
                position: absolute;
                color: #6c6c6c;
                bottom: 19%;
                left: 40%;
            }

        #schedule_call_dialog .schedule-call-success .dtitle {
            font-size: 26px;
            margin-top: 10px;
            color: #6c6c6c
        }

    #schedule_call_dialog .schedule-call-error {
        text-align: center;
        margin-left: -18px;
    }

        #schedule_call_dialog .schedule-call-error .error-box {
            position: relative
        }

            #schedule_call_dialog .schedule-call-error .error-box .fa {
                margin-top: 100px;
                color: red
            }

        #schedule_call_dialog .schedule-call-error .dtitle {
            font-size: 22px;
            margin-top: 10px;
            color: #6c6c6c
        }

            #schedule_call_dialog .schedule-call-error .dtitle a {
                color: #0079C1
            }

    #schedule_call_dialog .schedulecall-loading {
        background: rgba(235,235,235, .8);
        z-index: 1003;
        color: #fff;
        line-height: 60px;
        height: 60px;
        width: 60px;
        text-align: center;
        position: absolute;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #schedule_call_dialog .schedulecall-loader {
        height: 30px;
        width: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    #schedule_call_dialog .circular {
        -webkit-animation: call-dialog-rotate 2s linear infinite;
        -moz-animation: call-dialog-rotate 2s linear infinite;
        -o-animation: call-dialog-rotate 2s linear infinite;
        animation: call-dialog-rotate 2s linear infinite;
        height: 100%;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        -moz-transform-origin: center center;
             transform-origin: center center;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #schedule_call_dialog .path {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
        -webkit-animation: call-dialog-dash 1.5s ease-in-out infinite;
        -o-animation: call-dialog-dash 1.5s ease-in-out infinite;
        -moz-animation: call-dialog-dash 1.5s ease-in-out infinite;
             animation: call-dialog-dash 1.5s ease-in-out infinite;
        stroke-linecap: round;
        stroke: #F57F36;
    }

.cb_schedule_time.ui-state-active  .ui-checkboxradio-icon.ui-corner-all.ui-icon.ui-icon-background.ui-icon-blank {
    border: 4px solid #47b44b !important;

}

.cb_schedule_time {
    color: #444444 !important;
}

@-webkit-keyframes call-dialog-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes call-dialog-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes call-dialog-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes call-dialog-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes call-dialog-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@-moz-keyframes call-dialog-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@-o-keyframes call-dialog-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@keyframes call-dialog-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}
/****************************
CUSTOM RADIOBUTTONS/CHECKBOX
****************************/

input[type=radio] {
    -webkit-appearance: none;
    /*-moz-appearance: none;*/
    -moz-appearance: none;
         appearance: none;
    border: solid 1px #aaa;
    height: 16px !important;
    width: 16px !important;
    background: #e5e5e5;
    padding: 0;
    -moz-box-shadow: inset 0px 0px 0px 10px #fff;
    -webkit-box-shadow: inset 0px 0px 0px 10px #fff;
    box-shadow: inset 0px 0px 0px 10px #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

    input[type=radio]:hover {
        background: #d5d5d5 !important;
        border-color: #999 !important;
        -moz-box-shadow: inset 0px 0px 0px 5px #fff;
        -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
        box-shadow: inset 0px 0px 0px 5px #fff;
    }

    input[type=radio]:checked {
        background: #88c73b !important;
        border-color: #88c73b !important;
        -moz-box-shadow: inset 0px 0px 0px 3px #fff;
        -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
        box-shadow: inset 0px 0px 0px 3px #fff;
    }

    input[type=radio]:disabled {
        border-color: #e5e5e5 !important;
        cursor: default;
        background: #fff !important;
    }

        input[type=radio]:disabled:checked {
            border-color: #e5e5e5 !important;
            cursor: default;
            background: #e5e5e5 !important;
            border-color: #e5e5e5 !important;
            -moz-box-shadow: inset 0px 0px 0px 3px #fff;
            -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
            box-shadow: inset 0px 0px 0px 3px #fff;
        }

input[type=checkbox],
input[type=checkbox]:focus,
input[type=checkbox]:active {
    -webkit-appearance: none;
    /*-moz-appearance: none;*/
    -moz-appearance: none;
         appearance: none;
    border: solid 1px #ccc;
    height: 16px !important;
    width: 16px !important;
    background: #fff;
    padding: 0;
    margin: 0 5px 0 0;
    -moz-box-shadow: inset 0px 0px 0px 2px white;
    -webkit-box-shadow: inset 0px 0px 0px 2px white;
    box-shadow: inset 0px 0px 0px 2px white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    vertical-align: middle;
}

    input[type=checkbox]:checked {
        background: url(/images/checkbox_background.png) center #fff;
        border-color: #47b44b
    }

    input[type=checkbox]:disabled {
        border-color: #E5E5E5;
        cursor: default;
    }

#colorpicker input[type=radio] {
    -webkit-transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.footer-divider {
    background: #888;
    height: 0px;
}

.footer-content {
    width: 90%;
    max-width: 1120px;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
    margin: 0 auto;
    -webkit-background-size: 595px 67px;
       -moz-background-size: 595px 67px;
         -o-background-size: 595px 67px;
            background-size: 595px 67px;
}

    .footer-content .container {
        width: 900px;
        margin: 0 auto;
    }

        .footer-content .container .copyright {
            text-align: right;
        }

            .footer-content .container .copyright,
            .footer-content .container .copyright * {
                color: #fff !important
            }

    .footer-content #social img {
        height: 20px;
    }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    body {
        background: url('/images/re-head@2x.png?v=003') repeat-x top #f1f1f1 !important;
        -webkit-background-size: 1px 75px !important;
           -moz-background-size: 1px 75px !important;
             -o-background-size: 1px 75px !important;
                background-size: 1px 75px !important;
        background-position-y: -8px !important;
    }
}

.disabled-arrow {
    opacity: .55 !important;
    -ms-filter: "alpha(opacity=55)" !important;
    filter: alpha(opacity=55) !important;
    -khtml-opacity: .55 !important;
    -moz-opacity: .55 !important;
    cursor: default !important;
    color: #999 !important;
}

/* homepage header and footer start*/
body, html{
    min-width: 100%;
    min-height:100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
body{
    position: relative;
}
@font-face {
    font-family: 'footer_header';
    src:  url('../fonts/footer_header/footer_header.eot?zahk69');
    src:  url('../fonts/footer_header/footer_header.eot?zahk69#iefix') format('embedded-opentype'),
      url('../fonts/footer_header/footer_header.ttf?zahk69') format('truetype'),
      url('../fonts/footer_header/footer_header.woff?zahk69') format('woff'),
      url('../fonts/footer_header/footer_header.svg?zahk69#footer_header') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ficon-"], [class*=" ficon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'footer_header' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ficon-amazon_footer:before {
    content: "\f3";
    color: #e1e1e1;
  }
  .ficon-android_footer:before {
    content: "\f2";
    color: #e1e1e1;
  }
  .ficon-app_store_footer:before {
    content: "\f7";
    color: #e1e1e1;
  }
  .ficon-apple_footer:before {
    content: "\f1";
    color: #e1e1e1;
  }
  .ficon-authorize_footer:before {
    content: "\f9";
    color: #e1e1e1;
  }
  .ficon-close_menu:before {
    content: "\e906";
    color: #595959;
  }
  .ficon-control_footer:before {
    content: "\f11";
    color: #e1e1e1;
  }
  .ficon-icloud_footer:before {
    content: "\f5";
    color: #e1e1e1;
  }
  .ficon-iOS_footer:before {
    content: "\f4";
    color: #e1e1e1;
  }
  .ficon-iPad_footer:before {
    content: "\f6";
    color: #e1e1e1;
  }
  .ficon-login:before {
    content: "\e91e";
    color: #595959;
  }
  .ficon-menu_active:before {
    content: "\e920";
    color: #595959;
  }
  .ficon-paypal_footer:before {
    content: "\f10";
    color: #e1e1e1;
  }
  .ficon-sdk_footer:before {
    content: "\f8";
    color: #e1e1e1;
  }
#nav_container{
    width: 100%;
    height: 64px;
    text-align: center;
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    -moz-transition:all ease 1s;
    transition:all ease 1s;
    z-index: 100;
    background:#ffffff;
    
}
#mainpage_nav_container{
    background: #ffffff;
    width: 100%;
    margin: 0 0 40px;
    display: none;
}
#mainpage_nav{
    background: #ffffff;
    width: 960px;
    max-width: 960px;
    height: 34px;
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    transition:all ease 0.5s;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.fixed_nav{
    background-color: #ffffff;
    position: relative;
    z-index: 10000;
    /* position: fixed!important;
    top: -64px!important;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); */
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
         box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}
.normal_nav{
    background-color: transparent;
    top: 0;
    position: relative;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
#home__route{
    height:40px;
    display: block;
    min-width: 40px;
}
#home__route img {
    height: 40px;
    float: left;
}
#mainlogo_block{
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
#mainlogo_block.acive_logo #normal_logo{
    display: none!important;
}
#mainlogo_block.acive_logo #black_logo{
    display: unset!important;
}
#mainlogo_block i{
    height: 100%;
    margin: 0 auto;
    width: auto;
}
#account_close, #mobile_account, #mobile_settings, #settings_close{
    -webkit-transform:translate(-50%, -50%) scale(0);
    -moz-transform:translate(-50%, -50%) scale(0);
    -ms-transform:translate(-50%, -50%) scale(0);
    -o-transform:translate(-50%, -50%) scale(0);
    transform:translate(-50%, -50%) scale(0);
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    top:50%;
    left:30px;
    font-size:31px;
    opacity: 0;
    display: none;
}
#mobile_account, #account_close{
    right: 0;
    left: auto;
}
#account_close.ico_active, #settings_close.ico_active,
#mobile_settings.ico_active, #mobile_account.ico_active{
    -webkit-transform:translate(-50%, -50%) scale(1,1);
    -moz-transform:translate(-50%, -50%) scale(1,1);
    -ms-transform:translate(-50%, -50%) scale(1,1);
    -o-transform:translate(-50%, -50%) scale(1,1);
    transform:translate(-50%, -50%) scale(1,1);
    opacity: 1;
}
#mobile_settings {
    font-size: 20px;
}
#side_nav, #side_nav_log{
    position: fixed;
    left: 0;
    top: 64px;
    width: 229px;
    height: -webkit-calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: calc(100% - 64px);
    background-color: #ffffff;
    z-index: 13;
    border-top: solid 2px #d5d5d5;
    max-width: 0px;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
#side_nav_log{
    padding: 40px 0 0;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
}
#side_nav_log > div{
    min-width: 229px;
}
#side_nav_log > div > p{
  font-size: 12px;
  color: rgb(96, 96, 96);
  line-height: 2;
  text-align: center;
  display: block;
  margin: 40px auto 30px;
}
#side_nav_log > div > a{
    width: 150px;
    height: 40px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    outline: none;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    font-size: 13px;
    margin: 0 auto;
}
#side_nav_log > div > span{
  font-size: 12px;
  color: rgb(96, 96, 96);
  text-align: center;
  display: block;
  margin: 30px 0;
}
#login__btn{
     background-color: rgb(235, 235, 235);
    color: rgb(96, 96, 96);
}
#register__btn{
  background-image: -moz-linear-gradient( 90deg, rgb(3,166,120) 0%, rgb(5,200,145) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(3,166,120) 0%, rgb(5,200,145) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(3,166,120) 0%, rgb(5,200,145) 100%);
  color: #ffffff;
}
#side_nav_list{
    margin: 0;
    padding: 35px 0 0 43px;
    height: -webkit-calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: calc(100% - 110px);
}
#side_nav_list li, #side_nav_log_list li{
    min-width: 190px;
}
#side_nav_log_list{
    margin: 0;
    padding: 0 43px 0 0;
    height: 100%;
}
#side_nav_list a, #side_nav_log_list a{
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: left;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #595959;
}
#side_nav_log_list a{
    text-align: right;
}
#log_out{
    color: rgb(3, 167, 120)!important;
}
#side_nav .copy_right > div{
    min-width: 229px;
}
#normal_logo:before{
    content: url('../images/homepage/svg/logo.svg');
}
#black_logo:before{
    content: url('../images/homepage/svg/logo_active.svg');
}
#black_logo{
    display: none;
    margin: 0 auto;
}
#mainnav_list{
    margin: 0;
    padding: 0;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 530px;
}
#nav_container.fixed_nav #mainpage_nav > i:before {
    color: #6f6f6f;
}
#nav_container.normal_nav #mainpage_nav > i:before {
    color: #ffffff;
}
#mainnav_list li{
    display: inline-block;
}
#mainnav_list li a{
    text-decoration: none;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    display: block;
}
#mainnav_list li a:hover {
    color: #888888;
}
#mainnav_list.fixed_list li a{
    color: #6f6f6f;
}
#mainnav_list.fixed_list li a:hover {
    color: #d6d6d6;
}
#account_container{
    z-index: 100;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 165px;
    position: relative;
}
#account_container > div >a{
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    position:relative;
}
#account_block{
    cursor:pointer;
}
#account_block:hover .mask_layer{
    opacity: 1; 
}
#account_block:hover > .mask_layer{
    -webkit-border-radius:20px 20px 0 0;
    border-radius:20px 20px 0 0;
}
.mask_layer{
    position: absolute;
    left: 0!important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-border-radius: 37px;
            border-radius: 37px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#47b44b), to(#46d64c));
    background-image: -webkit-linear-gradient(bottom, #47b44b, #46d64c);
    background-image: -o-linear-gradient(bottom, #47b44b, #46d64c);
    background-image: linear-gradient(to top, #47b44b, #46d64c);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0!important;
    padding:  0!important;
}
#get_started_btn:hover .mask_layer,
#sbuscribe__btn:hover .mask_layer,
#app_create:hover .mask_layer,
#swiper_btn:hover .mask_layer,
#works_btn:hover .mask_layer,
#try_btn:hover .mask_layer,
#custom_btn:hover .mask_layer{
    opacity: 1;
}
.newsletter_in .btn_container span.mask_layer{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-border-radius: 37px;
            border-radius: 37px;
}
.newsletter_in .mask_layer{
    -webkit-border-radius: 0 37px 37px 0!important;
            border-radius: 0 37px 37px 0!important;
}
#account_block span, #account_block > a > span{
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
    color: #ffffff;
}
#account_block span:not(.mask_layer), #account_block > a > span:not(.mask_layer){
    position: relative;
    z-index: 2;
}
#account_block > a{
    width:100%;
    height:100%;
}
#log_block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
#account_container.active_account #log_block a{
    color: #6f6f6f;
}
#log_block a:hover {
    color: #888888;
}
#account_container.active_account #log_block a:hover{
    color: #d6d6d6!important;
}
.SC_button{

    background-image: -webkit-gradient(linear, left bottom, left top, from(#189672), to(#00cd93));
    background-image: -webkit-linear-gradient(bottom, #189672, #00cd93);
    background-image: -moz-linear-gradient(bottom, #189672, #00cd93);
    background-image: -o-linear-gradient(bottom, #189672, #00cd93);
    background-image: linear-gradient(to top, #189672, #00cd93);
}
#account_block{
    width: 165px;
    height: 40px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    -moz-transition:all ease 1s;
    transition:all ease 1s;
}
#account_block i {
    color: #ffffff;
    margin: 0 10px 0 0;
    font-size: 20px;
    z-index: 2;
    position: relative;
}
#account_block .ficon-login:before{
    color: #ffffff;
}
#dropdown_block{
    height: 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left:0;
    top: 50px;
    z-index: 10000000000;
    background-color: #ffffff;
    -webkit-border-radius: 0 0 20px 20px;
       -moz-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;    
    -webkit-box-shadow: 0 4px 5px -2px grey;
    -moz-box-shadow: 0 4px 5px -2px grey;
         box-shadow: 0 4px 5px -2px grey;
}
#dropdown_block ul{
    margin: 0;
    padding: 0 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
            align-content: space-around;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    height: 100%;
}
#dropdown_block li{
    margin: 0;
    padding: 0;
    width: 100%;
}
#dropdown_block a{
    text-align: right;
    width: 100%;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 3.0;
    letter-spacing: 0.3px;
    text-align: right;
    color: #595959;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
#dropdown_block a:hover {
    margin-left: -10px;
    color: #888888;
}


#page_footer {
    background: #848484;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer_container{
    width: 100%;
    background-image: url(../resources/footerbg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    padding: 93px 0 40px;
    -webkit-box-shadow: inset 0px 1px 20px 20px #fff;
    -moz-box-shadow: inset 0px 1px 20px 20px #fff;
         box-shadow: inset 0px 1px 20px 20px #fff;
}
#footer_area{
    width: 1080px;
    margin: 0 auto;
}
.footer_pseudosprite{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    -moz-box-pack:justify;
         justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height: 35px;
    width: 100%;
    margin: 20px auto;
}
.footer_pseudosprite i{
    height: 100%;
    margin: 0 10px;
    width: auto;
    font-size: 24px;
    background: transparent;
}
.footer_pseudosprite i:before {
    color: #969799;
}
.footer_pseudosprite i.ficon-amazon_footer:before,
.footer_pseudosprite i.ficon-authorize_footer:before,
.footer_pseudosprite i.ficon-paypal_footer:before{
    color: #b0b0b0;
}
#footer_list{
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow:wrap;
    -ms-flex-flow:wrap;
    flex-flow:wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    -moz-box-pack:justify;
         justify-content:space-between;
    font-family: "Montserrat", sans-serif!important;
}
@media screen and (max-width:425px){
    #footer_list {
        width: -ms-40%;
    }
}
#footer_list ul{
    margin: 0;
    padding: 0;
}
.list_item{
    float:left;
}
.el_header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.el_header i {
    display: none;
    width: 0;
    position: relative;
    height: 10px;
}
.el_header i.icon-close_menu:before{
    content: url('../images/homepage/svg/dropdown.svg');
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotateX(0deg) scale(0.7);
       -moz-transform: translate(-50%, -50%) rotateX(0deg) scale(0.7);
            transform: translate(-50%, -50%) rotateX(0deg) scale(0.7);
    -webkit-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
    width: 16px;
    height: 8px;
    margin: 0 0 0 10px;
}
.el_header i.active_ico.icon-close_menu:before{
    -webkit-transform: translate(-50%, -50%) rotateX(180deg) scale(0.7);
       -moz-transform: translate(-50%, -50%) rotateX(180deg) scale(0.7);
            transform: translate(-50%, -50%) rotateX(180deg) scale(0.7);
}
.el_header span{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #787878;
    padding: 0;
    display: block;
}
@media screen and (min-width: 918px) {
    
    .el_header span{
        width: 100%;
    }
}
.el_body{
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    -moz-transition:all ease 1s;
    transition:all ease 1s;
    overflow: hidden;
    min-height:auto!important;
}
@media screen and (min-width:426px){
    .el_body{
        max-height:auto!important;
    }
}
.el_body li a{
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #787878;
    text-decoration: none;
    padding: 0;
}
.el_body li a:active,.el_body li a:visited{
    color: #787878;
    text-decoration: none;
}
.el_body li a:hover{
    color: #afafaf;
    text-decoration: none;
}
#image_sprite{
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    display: block;
    height: auto;
    margin: 30px;
}
.copy_right{
    min-width: 229px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    width: 100%;
    margin: 10px 0;
}
.copy_right object{
    height: 37px;
    position: relative;
    z-index: 2;
}
.copy_right > div > a, .copy_right > a{
    text-decoration: none;
    color: unset;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background: #b7b7b7;
}
.copy_right > div > a > div,
.copy_right > a > div{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    left: 0;
    top: 0;
}
.copy_right > div > a > div{
    background: #bfbfbf;
}
.copy_right > div > a:hover > div{
    -webkit-filter: opacity(1);
            filter: opacity(1);
}
.copy_right > div > a:hover #facebook_ico{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#16377b), to(#3b5998));
    background-image: -webkit-linear-gradient(bottom, #16377b, #3b5998);
    background-image: -moz-linear-gradient(bottom, #16377b, #3b5998);
    background-image: -o-linear-gradient(bottom, #16377b, #3b5998);
    background-image: linear-gradient(to top, #16377b, #3b5998);
    content: var(--facebook-svg);
}
.copy_right > div > a:hover #instagram_ico{
    background-image: linear-gradient(-70deg, #405de6 0%, #5851db 12.5%, #833ab4 25%, #c13584 37.5%, #e1306c 50%, #fd1d1d 50%, #f56040 62.5%, #f77737 75%, #fcaf45 87.5%, #ffdc80 100%);
}
.copy_right > div > a:hover #twiter_ico{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2c89cf), to(#55acee));
    background-image: -webkit-linear-gradient(bottom, #2c89cf, #55acee);
    background-image: -moz-linear-gradient(bottom, #2c89cf, #55acee);
    background-image: -o-linear-gradient(bottom, #2c89cf, #55acee);
    background-image: linear-gradient(to top, #2c89cf, #55acee);
}
.copy_right > div > a:hover #youtube_ico{
    background: linear-gradient(#ff0000, #c60202);
}
.copy_right > div > a i{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
    .copy_right > div > a .icon_facebook:before {
        content: var(--facebook-svg);
    }
    .copy_right > div > a .icon_instagram:before {
        content: var(--instagram-svg);
    }
    .copy_right > div > a .icon_twiter:before {
        content: var(--twiter-svg);
    }
    .copy_right > div > a .icon_youtube:before {
        content: var(--youtube-svg);
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* css only for IE10 + */
    .copy_right > div > a .icon_facebook:before {
        content: url(../images/homepage/svg/facebook.svg);
    }

    .copy_right > div > a .icon_instagram:before {
        content: url(../images/homepage/svg/instagram.svg);
    }

    .copy_right > div > a .icon_twiter:before {
        content: url(../images/homepage/svg/twiter.svg);
    }

    .copy_right > div > a .icon_youtube:before {
        content: url(../images/homepage/svg/youtube.svg);
    }
}

.copy_right span{
    font-size: 11px;
    font-weight: 200;
    line-height: 2.18;
    text-align: left;
    color: #ffffff;
}
@media screen and (max-width: 1240px){
    #mainpage_nav{
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}
@media screen and (max-width:1080px){
    #footer_area,
    .footer_pseudosprite{
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .footer_pseudosprite i{
        font-size: 23px;
    }
}
@media screen and (max-width: 1024px){
    #account_container{
        min-width: 100px;
        width: 145px;
    }
    #account_block {
        min-width: 100px;
        width: 100%;
    }
    #dropdown_block{
        width: 100%;
        left: auto;
        right: 0;
    }
    #dropdown_block > ul {
        padding: 0 12px 0 0;
    }
    #mainlogo_block i:before{
        transform: scale(0.8) translateY(-50%);
        position: absolute;
        left: 0;
        top: 50%;
    }
    #mainlogo_block i {
        width: 140px!important;
    }
}
@media (max-width: 980px) {
    .footer-content, .footer-section{
        width: 98%;
    }
    #normal_logo:before {
        position: initial;
    }
}
@media screen and (max-width:918px){
    #mainnav_list, #account_container{
        display: none;
    }
    #home__route{
        margin: 0 auto;
    }
    #mainlogo_block{
        margin: 0 auto;
        text-align: center;
    }
    #mainlogo_block i{
        height: auto;
    }
    #mainlogo_block i{
        width: 200px!important;
    }
    #mainlogo_block i:before{
        position: initial;
    }
    #mobile_account, #mobile_settings, #account_close, #settings_close{
        display: block;
    }
    .list_item{
        width: 33.33%;
        margin-bottom: 30px;
    }
    .list_item *{
        text-align: center!important;
    }
    #footer_list{
        -webkit-box-pack: unset;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        -moz-box-pack: unset;
             justify-content: unset;
    }
    .footer_pseudosprite{
        display: none;
    }
}
@media screen and (max-width: 728px){
    
    .list_item {
        width: 50%;
    }
    #footer_list, .footer_list{
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 425px){
    #mainlogo_block i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.8);
    }
    header .hi_there:first-of-type{
        display: none;
    }
    header .hi_there{
        width: 100%;
    }
    .hi_there{
        height: 130px;
    }
    .list_item{
        width: 100%;
    }
    .el_body{
        max-height: 0;
    }
    .el_header i{
        display: unset;
    }
    .copy_right object {
        margin: 0 0 20px;
    }
    #side_nav .copy_right object{
        width: unset;
    }
    .copy_right {
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        -webkit-justify-content:center;
           -moz-box-pack:center;
                justify-content:center;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .copy_right span{
        width: 100%;
        text-align: center;
    }
    #page_footer{
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .copy_right {
        justify-content: center;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .copy_right {
        justify-content: center;
    }
}
/* homepage header and footer end*/

/* pwa features end */
@media screen and (min-width:1080px){
    .container.gl_layout {
        width: 100%!important;
    }
}
@media screen and (max-width:1210px) {
    .subscription-plans.subscription__add {
        width: 100%!important;
    }
}
/* global classes */
.d_fl{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.d_ifl {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.j_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.j_sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.j_sa {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.a_c{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.a_sb{
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
}
ac_c{
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
}
/* global end */

.freeze {
    pointer-events:none;
}

@media (min-width: 481px) and (max-width: 767px) {
    #side_nav {
        overflow-y: auto;
    }

    #side_nav_list {
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .forumimage {
        max-width: 100%;
        height: auto;
    }
}